Commit b3a873d4 by 徐高华

托管状态

parent bdf47893
......@@ -164,6 +164,10 @@ public class OpenStaffApiServiceImpl implements OpenStaffApiService {
if (null == tab) {
return ServiceResponse.failure("9999", "记录不存在");
}
if(StringUtils.isBlank(tab.getKey1())) {
this.openStaffMapper.updateLoginStep(tab.getOpenStaffId(),0);
return ServiceResponse.failure("9999", "用户退出后,需重新获取登录码");
}
return OpenUtils.checkCode(tab.getUuid(), tab.getKey1(), validCode);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment