想问下这个接口只能是授权接入第三方平台的小程序或公众号才能调用么?
同样的一个小程序:
- 直接通过appId/appSecret接入使用的调用该接口返回:{"errcode":48001,"errmsg":"api unauthorized rid: 66850a2f-253efa65-11ceb9de"}
- 通过第三方平台授权接入后调用该接口返回:{"errcode":48001,"errmsg":"api unauthorized rid: 66850ca4-7bf77eda-06f0f205"}
已确认要求的权限集25已授权,请帮忙排查下原因。
另外,开放平台不是通过接口创建的可以使用该接口么?不能的话有没有其他接口可以代替?
你好 ,是的,该接口需要使用authorizer_access_token调用,你实际调用接口传的是小程序AccessToken。后续遇到此类问题可参考https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/troubleshooting/third_party_authority_instructions_troubleshooting.html自助排查。