我是第三方平台, 授权的公众号权限集,基本都授权了,发消息还是 报错 {"errcode":48001,"errmsg":"api unauthorized rid: 6839100b-757b47fd-58fb2da2"}
不知道那里出问题了,辛苦帮我看看,下面是我的发送和获取token 帮我看看对不对 ,谢谢
/cgi-bin/component/api_component_token 获取token
/cgi-bin/message/custom/send 发送消息
扫描小程序码分享
我是第三方平台, 授权的公众号权限集,基本都授权了,发消息还是 报错 {"errcode":48001,"errmsg":"api unauthorized rid: 6839100b-757b47fd-58fb2da2"}
不知道那里出问题了,辛苦帮我看看,下面是我的发送和获取token 帮我看看对不对 ,谢谢
/cgi-bin/component/api_component_token 获取token
/cgi-bin/message/custom/send 发送消息
你好,{"errcode":48001,"errmsg":"api unauthorized rid: 6839100b-757b47fd-58fb2da2"}----------实际调用接口传的第三方平台component_access_token,用错token了,代调用接口需要传authorizer_access_token ,查看代调用接口文档说明:https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/getting_started/how_to_call_api.html
以及后续遇到此类问题可参考 https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/troubleshooting/third_party_authority_instructions_troubleshooting.html 自助排查