https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/url-scheme.html
第三方平台调用generatescheme获取ticket报错如下,我缺少什么权限了吗?
{
"errcode": 61007,
"errmsg": "api is unauthorized to component rid: 600fc779-78960560-3d6b724a"
}
https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/url-scheme.html
第三方平台调用generatescheme获取ticket报错如下,我缺少什么权限了吗?
{
"errcode": 61007,
"errmsg": "api is unauthorized to component rid: 600fc779-78960560-3d6b724a"
}
1 个回答
你好,经检查,经查询,该小程序wxa21acb4f048b133a尚未将[88] 获取URL Scheme权限授予该第三方wxd7818d04c74e0471。请完成授权后再进行调用哈。此外,可以通过该接口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。最后,后续遇到61007的问题建议可以先按照指引https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Before_Develop/third_party_authority_instructions_troubleshooting.html进行自助排查哈