forked from 007gzs/weixin-java-open-demo
-
Notifications
You must be signed in to change notification settings - Fork 150
Open
Description
官方文档中,开放平台获取网页授权二维码的路由为: https://open.weixin.qq.com/connect/qrconnect?appid=APPID&redirect_uri=REDIRECT_URI&response_type=code&scope=SCOPE&state=STATE#wechat_redirect
实际Open包中封装的路由为:CONNECT_OAUTH2_AUTHORIZE_URL("https://open.weixin.qq.com", "/connect/oauth2/authorize?appid=%s&redirect_uri=%s&response_type=code&scope=%s&state=%s&connect_redirect=1#wechat_redirect"); 该陆游实际是公众号网页授权获取二维码的路由地址。
Metadata
Metadata
Assignees
Labels
No labels