Skip to content

Commit

Permalink
👽 优化代码
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyd-c committed May 14, 2021
1 parent 41559fc commit e5d44e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public AbstractAuthWeChatEnterpriseRequest(AuthConfig config, AuthSource source,

@Override
protected AuthToken getAccessToken(AuthCallback authCallback) {
String response = doGetAuthorizationCode(accessTokenUrl(authCallback.getCode()));
String response = doGetAuthorizationCode(accessTokenUrl(null));

JSONObject object = this.checkResponse(response);

Expand Down

0 comments on commit e5d44e9

Please sign in to comment.