Skip to content

Commit e5338c5

Browse files
PatrickCaibinarywang
authored andcommitted
#1125 修复开放平台换绑小程序管理员接口的错误地址
1 parent eb6b09c commit e5338c5

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/WxOpenFastMaService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public interface WxOpenFastMaService extends WxMaService {
5252
/**
5353
* 7 换绑小程序管理员接口
5454
*/
55-
String OPEN_COMPONENT_REBIND_ADMIN = "https://api.weixin.qq.com/cgi- bin/account/componentrebindadmin";
55+
String OPEN_COMPONENT_REBIND_ADMIN = "https://api.weixin.qq.com/cgi-bin/account/componentrebindadmin";
5656

5757
/**
5858
* 8.1 获取账号可以设置的所有类目

0 commit comments

Comments
 (0)