We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80011c9 commit 1183ae5Copy full SHA for 1183ae5
weixin-java-open/src/main/java/me/chanjar/weixin/open/api/WxOpenComponentService.java
@@ -75,7 +75,7 @@ public interface WxOpenComponentService {
75
/**
76
* 手机端打开授权链接.
77
*/
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";
+ 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";
79
80
* The constant CONNECT_OAUTH2_AUTHORIZE_URL.
81
0 commit comments