Skip to content

Commit 1183ae5

Browse files
authored
🐛 #3198 【开放平台】 修改H5版授权链接为新版链接
1 parent 80011c9 commit 1183ae5

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public interface WxOpenComponentService {
7575
/**
7676
* 手机端打开授权链接.
7777
*/
78-
String COMPONENT_MOBILE_LOGIN_PAGE_URL = "https://mp.weixin.qq.com/safe/bindcomponent?action=bindcomponent&no_scan=1&auth_type=3&component_appid=%s&pre_auth_code=%s&redirect_uri=%s&auth_type=xxx&biz_appid=xxx#wechat_redirect";
78+
String COMPONENT_MOBILE_LOGIN_PAGE_URL = "https://open.weixin.qq.com/wxaopen/safe/bindcomponent?action=bindcomponent&no_scan=1&component_appid=%s&pre_auth_code=%s&redirect_uri=%s&auth_type=xxx&biz_appid=xxx#wechat_redirect";
7979
/**
8080
* The constant CONNECT_OAUTH2_AUTHORIZE_URL.
8181
*/

0 commit comments

Comments
 (0)