refactor(system): 在 AdminAuthServiceImpl 中添加 TODO 注释
- 在处理手机号登录逻辑时,添加了 TODO 注释标记潜在的问题 - 注释内容为 "2024/11/22这个操作有问题",提醒开发者注意该部分代码
This commit is contained in:
parent
a9b29c5f7a
commit
a2f79e6698
@ -289,7 +289,7 @@ public class AdminAuthServiceImpl implements AdminAuthService {
|
|||||||
createLoginLog(null, phoneNumber, logTypeEnum, LoginResultEnum.BAD_CREDENTIALS);
|
createLoginLog(null, phoneNumber, logTypeEnum, LoginResultEnum.BAD_CREDENTIALS);
|
||||||
throw exception(AUTH_MOBILE_NOT_EXISTS);
|
throw exception(AUTH_MOBILE_NOT_EXISTS);
|
||||||
}
|
}
|
||||||
|
// TODO: 2024/11/22 这个操作有问题
|
||||||
//清空openId
|
//清空openId
|
||||||
userService.emptyOpenId(reqVO.getOpenId());
|
userService.emptyOpenId(reqVO.getOpenId());
|
||||||
//绑定用户openId
|
//绑定用户openId
|
||||||
|
Loading…
Reference in New Issue
Block a user