【fix】授权调整

This commit is contained in:
wujiawei
2025-07-16 21:30:09 +08:00
parent 841c24a6ed
commit 50b2b1866c
6 changed files with 37 additions and 26 deletions

View File

@@ -81,7 +81,7 @@ public class NettyClientSocketApplicationListener implements ApplicationListener
authenticationToken.setUsedByClientId(clientId);
authenticationToken.setAppKey(appKey);
authenticationToken.setAppSecret(appSecret);
AuthenticationTokenContext.setAuthenticationToken(authenticationToken);
AuthenticationTokenContext.setAuthenticationToken(clientId, appKey, appSecret);
}catch (Exception e){
e.printStackTrace();
}