获取微信授权
Posted 赣州博讯科技工作室
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了获取微信授权相关的知识,希望对你有一定的参考价值。
要设置微信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
以上是关于获取微信授权的主要内容,如果未能解决你的问题,请参考以下文章