1. 首页
  2. 数据库
  3. 其它
  4. 微信公众号获取openId流程

微信公众号获取openId流程

上传者: 2021-01-16 01:51:23上传 PDF文件 20.78KB 热度 29次
1、从微信后台获取code:用户请求微信后台,带上appid等参数 “https://open.weixin.qq.com/connect/oauth2/authorize?appid=” + appId + “&redirect_uri=” + redirectUri + “&response_type=code&scope=snsapi_userinfo&state=1#wechat_redirect”; 2、上一步请求成功后,微信会回调 redirectUri 地址,并在参数后带上code和state: redirect_uri/?code=CODE&state=STATE。 3、后台根
用户评论