阿里云验证码
This commit is contained in:
@@ -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("登录错误");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user