We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb6b09c commit e5338c5Copy full SHA for e5338c5
weixin-java-open/src/main/java/me/chanjar/weixin/open/api/WxOpenFastMaService.java
@@ -52,7 +52,7 @@ public interface WxOpenFastMaService extends WxMaService {
52
/**
53
* 7 换绑小程序管理员接口
54
*/
55
- 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";
56
57
58
* 8.1 获取账号可以设置的所有类目
0 commit comments