使用授权码获取授权信息 当用户在第三方平台授权页中完成授权流程后,第三方平台开发者可以在回调 URI 中通过 URL 参数获取授权码。使用以下接口可以换取公众号/小程序的授权信息。建议保存授权信息中的刷新令牌(authorizer_refresh_token) https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/ThirdParty/token/authorization_info.html
关于第三方授权的几个问题请教?1、https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/Before_Develop/Authorization_Process_Technical_Description.html 请问此文档中的 (1) biz_appid 指授权唯一的小程序,是指服务商绑定的小程序吗? (2)若不是,如何获取 biz_appid 2、https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/Before_Develop/Authorization_Process_Technical_Description.html 此文档中 (1)自建授权链接,第5步已获取 auth_code;第6步生成authorizer_access_token,需要的 authorizer_appid (授权方 appid) 从哪获得 https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/ThirdParty/token/api_authorizer_token.html (2)authorizer_appid 与 biz_appid 相同吗
09-20