昨天刚回答别人的一个相同问题,今天就让我真碰到了:
component_appid: wx221c6ebf7b774e0a
authorizer_appid: wx570bc396a51b8ff8
拉取所有已授权的帐号信息,调用:
可得到该authorizer_appid的信息
{ authorizer_appid: 'wx570bc396a51b8ff8',
refresh_token: 'refreshtoken@@@WvEfoEmJQ1FM39Y85G1IUO30GpMQDr-1wy-Pu-nKFmI',
auth_time: 1607344864 }
但是调用获取/刷新接口调用令牌:
https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/api/api_authorizer_token.html
得到:
{ errcode: 61003,
errmsg:
'component is not authorized by this account rid: 606fbc18-08565174-5cc35e3a' }
请问这是怎么回事?其他小程序都正常,唯有这一个出现这种情况。
请官方能否帮查一下是什么原因?
没到4级都邀请不了官方。
有官方的人能来看一眼吗?