我们是第三方平台,目前请求api报错,但是已经配置了插件管理权限,并且进行了全网更新
问题1:
curl -X POST 'https://api.weixin.qq.com/wxa/plugin?access_token=36_dl2Xrpz81Lhwh427FMdfOR08nd1WSo2kc199DIcAu1Pa5hnRiYgNnhM-E2E6sNZ6Fr_TsDIe9CKRE6T566bspX0LEYuy5jrWQ-Pf1c6STv0oAoiFEJguqpqSRf2HJJchgYWYWMN5wqAb-fc_CZKdADDTQB' -H 'Content-Type: application/json;charset=UTF-8' --data '{"action":"list"}'
返回如下内容
{"errcode":61007,"errmsg":"api is unauthorized to component rid: 5f3ddafe-0979b1c1-371c1f9a"}
问题2:
是否需要重新绑定第三方平台?
你好,经查询该小程序wx7139e9381011b4b8尚未授予插件管理(权限集id是40)的权限给该第三方平台wx869c9152380bb022。
后续遇到unauthorized相关问题可以先通过检查下该公众号/小程序是否已经给第三方平台授予了该接口对应的权限集。可通过调用api_get_authorizer_info接口查询,返回的func_info中是否包含了对应的权限id,接口文档请查看:https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/api/api_get_authorizer_info.html
补充,权限集说明文档请参考:https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Before_Develop/third_party_authority_instructions.html