src/main/java/org/springblade/modules/auth/utils/TokenUtil.java
@@ -106,6 +106,8 @@ .set(TokenConstant.ROLE_ID, user.getRoleId()) .set("jurisdiction", user.getJurisdiction()) .set("stype", user.getStype()) .set("cardid", user.getCardid()) .set("phone", user.getPhone()) .set(TokenConstant.OAUTH_ID, userInfo.getOauthId()) .set(TokenConstant.ACCOUNT, user.getAccount()) .set(TokenConstant.USER_NAME, user.getAccount())