|
return this.wechatHandler.refreshAccessToken(this.properties.getAppid(), this.properties.getSecret());
|
|
return this.wechatHandler.refreshAccessToken(this.properties.getAppid(), this.properties.getSecret());
|
|
String url = String.format(CODE2TOKEN_URL, this.properties.getAppid(), this.properties.getSecret(), code);
|
|
String url = String.format(CODE2TOKEN_URL, this.properties.getAppid(), this.properties.getSecret(), code);
|