微信错误码列表地址:https://developers.weixin.qq.com/doc/oplatform/Return_codes/Return_code_descriptions_new.html 排查及解决(已小程序为例) 检查小程序授权第三方平台的权限集(小程序后台-设置-第三方设置) 查看小程序授权三方平台时候的所有权限集 小程序权限集:https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Before_Develop/third_party_authority_instructions.html 出现这个错误基本就是需要的权限集没有出现在已授权的第三方权限集里,这个时候就需要去开放平台修改对应的权限集。具体如下:【参考地址同2中的小程序权限集】 后续遇到unauthorized相关问题