Binary Wang
há 7 anos
committed by
GitHub
ascendente
cometimento
519d5a5b45
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com
1 adições e
1 eliminações
-
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); |
|
|
|
|
|
|
|