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

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

token + type:user;

parent ac590f97
......@@ -262,6 +262,7 @@ public class AdamLoginController {
// TODO: 2021/5/25 修改手机号更新TOKEN
claimsMap.put("mobile", userInfoVo.getMobile());
claimsMap.put("nickname", userInfoVo.getNickname());
claimsMap.put("type", "user");
String token = jwtValidator.create(claimsMap);
......
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