This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
server
/
wxJava-final
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
#1125
修复开放平台换绑小程序管理员接口的错误地址
master
Patrickcai
5 years ago
committed by
Binary Wang
parent
eb6b09c2f6
commit
e5338c5b9b
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
weixin-java-open/src/main/java/me/chanjar/weixin/open/api/WxOpenFastMaService.java
+ 1
- 1
weixin-java-open/src/main/java/me/chanjar/weixin/open/api/WxOpenFastMaService.java
View File
@@ -52,7 +52,7 @@ public interface WxOpenFastMaService extends WxMaService {
/**
/**
* 7 换绑小程序管理员接口
* 7 换绑小程序管理员接口
*/
*/
String OPEN_COMPONENT_REBIND_ADMIN = "https://api.weixin.qq.com/cgi-
bin/account/componentrebindadmin";
String OPEN_COMPONENT_REBIND_ADMIN = "https://api.weixin.qq.com/cgi-bin/account/componentrebindadmin";
/**
/**
* 8.1 获取账号可以设置的所有类目
* 8.1 获取账号可以设置的所有类目
Write
Preview
Loading…
Cancel
Save