小程序
小游戏
企业微信
微信支付
扫描小程序码分享
https://api.weixin.qq.com/wxa/plugin?access_token=wx6c0f41f903f70d5a
调用接口 报错 {"errcode":"61007","errmsg":"api is unauthorized to component rid: 5f2d2686-29610e05-2e0275cc"}
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
你好,请问你这边是直接调用该接口还是通过第三方平台调用。如果是通过第三方平台调用,
1、请使用第三方的access_token,https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/api/api_authorizer_token.html
2、请检查下该公众号/小程序是否已经给第三方平台授予了该接口对应的权限集。可通过调用api_get_authorizer_info接口查询,返回的func_info中是否包含了对应的权限id,接口文档请查看:https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/api/api_get_authorizer_info.html
3、补充,权限集说明文档请参考:https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Before_Develop/third_party_authority_instructions.html
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
access_token填错了 不是小程序appid 而是接口调用access_token
关于access_token 参考文档:https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/access-token/auth.getAccessToken.html
再有 你顺便看看有没有给URL post下面的数据: { "action":"list" }
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
你好,请问你这边是直接调用该接口还是通过第三方平台调用。如果是通过第三方平台调用,
1、请使用第三方的access_token,https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/api/api_authorizer_token.html
2、请检查下该公众号/小程序是否已经给第三方平台授予了该接口对应的权限集。可通过调用api_get_authorizer_info接口查询,返回的func_info中是否包含了对应的权限id,接口文档请查看:https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/api/api_get_authorizer_info.html
3、补充,权限集说明文档请参考:https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Before_Develop/third_party_authority_instructions.html
access_token填错了 不是小程序appid 而是接口调用access_token
关于access_token 参考文档:https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/access-token/auth.getAccessToken.html
再有 你顺便看看有没有给URL post下面的数据: { "action":"list" }