设备上电审核前上报的基础信息表管理接口
This commit is contained in:
@ -52,6 +52,7 @@ public class AuthService {
|
||||
* @return 结果
|
||||
*/
|
||||
public boolean auth(String clientId, String username, String password,String serialNumber) {
|
||||
|
||||
/*认证次数*/
|
||||
redisCache.incr2(FastBeeConstant.REDIS.MESSAGE_AUTH_TOTAL, -1L);
|
||||
if (StringUtils.isEmpty(clientId) || StringUtils.isEmpty(username) || StringUtils.isEmpty(password)) {
|
||||
|
Reference in New Issue
Block a user