longsiyuan

1.首先通过后台获取想过公众好的appId

2.通过appId跳转

https://open.weixin.qq.com/connect/oauth2/authorize?appid=APPID&redirect_uri=REDIRECT_URI&response_type=code&scope=SCOPE&state=STATE#wechat_redirect 

页面通过配置redirect_uri后跳转返回,此时链接中已携带code/openid,此时通过后台换取token,获取关联信息

分类:

技术点:

相关文章:

  • 2021-11-21
  • 2021-11-04
  • 2021-11-24
  • 2021-05-26
  • 2021-04-13
  • 2021-05-09
  • 2021-09-05
  • 2022-02-07
猜你喜欢
  • 2021-11-21
  • 2021-11-21
  • 2021-11-21
  • 2021-07-10
  • 2021-12-05
相关资源
相似解决方案