在调用如下时报错48001, rid: 66ea6616-3eeb2468-7d778943, appid: 'wxbbcab4ee52ac6c65'
ret = wxa.set_privacy_setting(owner_setting, setting_list=setting_list)
wechatpy.exceptions.WeChatClientException: Error code: 48001, message: api unauthorized rid: 66ea6616-3eeb2468-7d778943
你好,用错token了,该接口需要使用authorizer_access_token代调用。后续遇到此类问题可参考https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/troubleshooting/third_party_authority_instructions_troubleshooting.html自助排查
”接口,用错token了,你实际使用的是小程序AccessToken,此接口需要使用authorizer_access_token代调用。