获取微信授权
时间:2019-11-15 22:23:22
收藏:0
阅读:98
要设置微信IP白名单
配置服务器地址
配置授权回调域名
获取code:
https://open.weixin.qq.com/connect/oauth2/authorize?appid=APPID&redirect_uri=REDIRECT_URI&response_type=code&scope=SCOPE&state=STATE#wechat_redirect
https://open.weixin.qq.com/connect/oauth2/authorize?appid=APPID&redirect_uri=REDIRECT_URI&response_type=code&scope=
snsapi_userinfo
&state=STATE#wechat_redirect
评论(0)