| src/main/java/org/springblade/modules/auth/utils/TokenUtil.java | ●●●●● patch | view | raw | blame | history |
src/main/java/org/springblade/modules/auth/utils/TokenUtil.java
@@ -108,6 +108,7 @@ .set("stype", user.getStype()) .set("cardid", user.getCardid()) .set("phone", user.getPhone()) .set("workjurisdiction", user.getWorkjurisdiction()) .set(TokenConstant.OAUTH_ID, userInfo.getOauthId()) .set(TokenConstant.ACCOUNT, user.getAccount()) .set(TokenConstant.USER_NAME, user.getAccount())