|
@@ -107,9 +107,6 @@ public class AppAuthServiceImpl implements AppAuthService {
|
|
|
|
|
|
// 生成 Token
|
|
|
SecurityAppUserInfo securityUserInfo = JSONUtil.toBean(JSONUtil.parseObj(appUser), SecurityAppUserInfo.class);
|
|
|
-
|
|
|
- System.out.println("securityUserInfo = " + securityUserInfo);
|
|
|
-
|
|
|
String token = jwtUtil.createAppJwtToken(securityUserInfo);
|
|
|
String token_redis_key = REDIS_LOGIN_TOKEN_PREFIX + uuid;
|
|
|
appUser.setToken(token);
|