Skip to content

Commit 519d5a5

Browse files
authored
去掉多余的等号字符
1 parent 0d66bc7 commit 519d5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weixin-java-open/src/main/java/me/chanjar/weixin/open/api/WxOpenComponentService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public interface WxOpenComponentService {
3333
/**
3434
* 刷新oauth2的access token
3535
*/
36-
String OAUTH2_REFRESH_TOKEN_URL = "https://api.weixin.qq.com/sns/oauth2/component/refresh_token?appid=%s&grant_type=refresh_token&refresh_token=%s&component_appid==%s";
36+
String OAUTH2_REFRESH_TOKEN_URL = "https://api.weixin.qq.com/sns/oauth2/component/refresh_token?appid=%s&grant_type=refresh_token&refresh_token=%s&component_appid=%s";
3737

3838
WxMpService getWxMpServiceByAppid(String appid);
3939

0 commit comments

Comments
 (0)