我目前想要实现,代商家注册小程序,通过复用商家已认证公众号方式进行代注册。《复用公众号主体快速注册小程序》接口(https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/Register_Mini_Programs/fast_registration_of_mini_program.html)需要传入access_token参数,但这个参数又是由《获取/刷新接口调用令牌》接口而来,该接口需要authorizer_refresh_token参数,不明白这个参数从何而来?
1、这个接口里,有
https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/ThirdParty/Account_Authorization/api_get_authorizer_list.html
2、授权成功消息包里,通过授权码获取:
https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/ThirdParty/token/authorization_info.html