feat:更新token

This commit is contained in:
xiang
2026-01-15 23:00:10 +08:00
parent d295cbd04c
commit ed59385672
2 changed files with 26 additions and 1 deletions

View File

@@ -72,7 +72,9 @@ public class UserTokenInfoServiceImpl implements IUserTokenInfoService {
return false;
}
userTokenInfoDO.setToken(token);
return userTokenInfoManage.updateById(userTokenInfoDO);
boolean flag = userTokenInfoManage.updateById(userTokenInfoDO);
jtDingTalkFactory.sendMsg("用户:" + name + "token更新成功");
return flag;
}
private boolean healthDeclaration(UserTokenInfoDO userTokenInfoDO) {