@@ -1282,9 +1282,9 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
// state = 0;
// }
- //登录失败不算异常
+ //登录失败 可继续申请检测
if (state == 2) {
- state = 1;
+ return status;
}
//账号检测状态
status.setNfStatus(state);