document/文档/微信/公众号.md
2024-07-30 15:37:14 +08:00

440 B

公众号

网页登录

  1. 只有服务号才能进行网页登录。
  2. 公众号配置-功能设置-配置网页授权域名
  3. 网页授权页面地址:https://open.weixin.qq.com/connect/oauth2/authorize
  4. https://api.weixin.qq.com/sns/oauth2/access_token?appid=APPID&secret=SECRET&code=CODE&grant_type=authorization_code
  5. 文档地址