|
@@ -150,7 +150,7 @@ public class AuthController {
|
|
|
} else {
|
|
} else {
|
|
|
String token = IdUtils.fastUUID();
|
|
String token = IdUtils.fastUUID();
|
|
|
commLogin(loginModel, token);
|
|
commLogin(loginModel, token);
|
|
|
- redisService.setCacheObject(tokenKey + loginModel.getUserId(), token, BaseConstants.TOKEN_EXPIRE, TimeUnit.SECONDS);
|
|
|
|
|
|
|
+ redisService.setCacheObject(tokenKey + loginModel.getUserId(), token, 180L, TimeUnit.DAYS);
|
|
|
// 获取大屏TOKEN
|
|
// 获取大屏TOKEN
|
|
|
data.put("screen_token", token);
|
|
data.put("screen_token", token);
|
|
|
}
|
|
}
|