| 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
@@ -105,6 +105,7 @@ .set(TokenConstant.POST_ID, user.getPostId()) .set(TokenConstant.ROLE_ID, user.getRoleId()) .set("jurisdiction", user.getJurisdiction()) .set("stype", user.getStype()) .set(TokenConstant.OAUTH_ID, userInfo.getOauthId()) .set(TokenConstant.ACCOUNT, user.getAccount()) .set(TokenConstant.USER_NAME, user.getAccount())