调用https://api.weixin.qq.com/cgi-bin/open/unbind?access_token=ACCESS_TOKEN接口时,
响应[errcode=48001, errmsg=api unauthorized rid: 61a44a37-1009de54-47e4abe9]
操作步骤:
1.调用https://mp.weixin.qq.com/cgi-bin/componentloginpage 扫码授权确认已勾选“开放平台账号管理”权限,请求参数redirect_uri确认回调
2.用返回的auth_code授权码,https://api.weixin.qq.com/cgi-bin/component/api_query_auth
使用查询授权信息发现并不包含 【24 开放平台帐号管理权限】
3.解绑公众号https://api.weixin.qq.com/cgi-bin/open/unbind,失败
[errcode=48001, errmsg=api unauthorized rid: 61a44a37-1009de54-47e4abe9]
你好,使用的token有误,请使用第三方平台接口调用令牌authorizer_access_token调用接口https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/account/unbind.html另外,可通过https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/openApi/get_rid_info.html查询rid信息~
以及后续遇到接口类问题请参考https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/troubleshooting/TroubleShooting.html自助排查下哈~
是不是参数错误之类的问题?
可以参考本页面的右上角“相关问题”