三方平台获取小程序的插件列表接口返回“61007”错误?
发布于 6 年前 作者 fwang 6341 次浏览 来自 官方Issues

{“errcode”:“61007”,“errmsg”:“api is unauthorized to component rid: 5f29252a-6d6eed45-5354901c”}

三方平台APPID: wx32ddbd0d35ad2cde

小程序APPID:wx8a1cd7122c86341e

已经有插件管理权限,并且这个小程序绑定到开发小程序

1 回复

你好,请检查下该小程序是否已经给第三方平台授予了插件管理的权限集(权限集id为40)。

补充,可通过调用api_get_authorizer_info接口查询,返回的func_info中是否包含了40这个id,接口文档请查看:https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/api/api_get_authorizer_info.html
回到顶部