瀏覽代碼

去掉多余的等号字符

master
Binary Wang 7 年之前
committed by GitHub
父節點
當前提交
519d5a5b45
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      weixin-java-open/src/main/java/me/chanjar/weixin/open/api/WxOpenComponentService.java

+ 1
- 1
weixin-java-open/src/main/java/me/chanjar/weixin/open/api/WxOpenComponentService.java 查看文件

@@ -33,7 +33,7 @@ public interface WxOpenComponentService {
/**
* 刷新oauth2的access token
*/
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";
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";

WxMpService getWxMpServiceByAppid(String appid);



Loading…
取消
儲存