调整开放平台获取调用主体信息

pull/81/MERGE
awenes 2024-08-22 14:45:30 +08:00
parent 6896e92c2a
commit 1cd7fd4873
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ public class AccessTokenAuthenticationToken extends AbstractAuthenticationToken
@Override
public Object getPrincipal() {
return this.getToken();
return this.getClientId();
}
}