|
@@ -72,7 +72,7 @@ public class TokenService {
|
|
|
String uuid = (String) claims.get(Constants.LOGIN_USER_KEY);
|
|
|
if (StringUtils.isEmpty(uuid)) {
|
|
|
uuid = (String) claims.get(Constants.LOGIN_USER_KEY_APP);
|
|
|
- app = "App";
|
|
|
+ app = "APP";
|
|
|
}
|
|
|
String userKey = getTokenKey(uuid);
|
|
|
LoginUser user = redisCache.getCacheObject(userKey);
|