Commit a2a60d24 by zhangxingmin

push

parent 80d0762b
......@@ -100,6 +100,7 @@ public class AuthServiceImpl implements AuthService {
LoginResponse response = new LoginResponse();
response.setToken(token); // 设置生成的JWT令牌
response.setExpiresIn(jwtTokenProvider.getJwtExpiration()); // 设置令牌过期时间
response.setUserBizId(sysUser.getUserBizId());
//获取用户登录信息存入redis缓存中,2天
AuthUserDto currentUser = (AuthUserDto) authenticated.getPrincipal();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment