公众号授权成功后,第三方平台调用
https://api.weixin.qq.com/cgi-bin/component/api_get_authorizer_info
获取不到公众号的authorizer_refresh_token
第三方平台APPID:wx218957d2b1680d08
授权公众号ID:wx8fb55a3de5155379
并不是所有的授权公众号不能获取到authorizer_refresh_token,只是偶尔一两个,一直获取不到,客户那边显示授权是成功的。
获取不到authorizer_refresh_token导致第三方平台无法使用公众号的授权快速注册小程序:"errcode":61023,"errmsg":"refresh_token is invalid rid: 6188ce18-30797aad-179ff456"
求解,在线等
你好,公众号授权第三方平台后,请先调用接口https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/ThirdParty/token/authorization_info.html换取authorizer_access_token和authorizer_refresh_token
这个接口是主动去请求授权过的公众号/小程序的信息的,返回的结果中包含了authorizer_refresh_token,我碰到的情况是,只有两个授权过的公众号查询的结果中缺失authorizer_refresh_token,但是其他的信息都有返回;其他授权过公众号都可以通过此接口查询到authorizer_refresh_token