记得上下班打卡 | git大法好,push需谨慎

Commit d26a4b53 authored by 张国柄's avatar 张国柄

+log;

parent dd2cdee2
......@@ -407,6 +407,8 @@ public class AdamLoginController {
claimsMap.put(CurrentUtil.TOKEN_NICKNAME, userInfoVo.getNickname());
claimsMap.put(CurrentUtil.TOKEN_TYPE, CurrentUtil.TOKEN_TYPE_VAL_USER);
log.debug("Gentoken:{}", claimsMap);
String token = jwtValidator.create(claimsMap);
redisUtil.set(
......
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