阿里云验证码

This commit is contained in:
liuyingfang
2024-03-27 17:02:25 +08:00
parent 3bb8dfed1e
commit 4a25f8f5a3
6 changed files with 157 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ public class OnlineUserService {
onlineUserDto.setLoginTime(new Date());
onlineUserDto.setShopId(shopId);
try {
redisUtils.set("online-token-"+token, onlineUserDto, MILLIS_MINUTE);
// redisUtils.set("online-token-"+token, onlineUserDto, MILLIS_MINUTE);
}catch (Exception e){
throw new MsgException("登录错误");
}