代授权的公众号调用该接口返回错误 48001
https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/miniprogram-management/basic-info-management/getAccountBasicInfo.html 详细错误是:{"errcode":48001,"errmsg":"api unauthorized rid: 67242b63-23033e9e-18271c62"} 我这边三方平台服务器在公众号或小程序授权后,都会调用这个接口获取 app 信息;其中有两个公众号和两个小程序调用这个接口都是没问题的,就只有一个调用该接口失败,这个公众号后台也查看了,和其他公众号授权信息一样 就只有这个接口调不了。其他的接口:公众号菜单、粉丝列表 以及 cgi-bin/component/api_get_authorizer_info 都能调通。