小程序
小游戏
企业微信
微信支付
扫描小程序码分享
历史模板库不让添加了,改成调用新的添加类目模板的接口/wxaapi/newtmpl/addtemplate,但是会报错,
{"errcode":48001,"errmsg":"api unauthorized rid: 65f811c6-55334dcf-1abeb660"} 这个可能是什么问题呢
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
你好,{"errcode":48001,"errmsg":"api unauthorized rid: 65f811c6-55334dcf-1abeb660"} ------------核查调用的是 /wxa/modify_domain 接口,用错token了,该接口需要使用小程序对应的authorizer_access_token调用,你实际传的是公众号的authorizer_access_token。
https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/miniprogram-management/domain-management/modifyServerDomain.html
后续遇到此类问题可以参考https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/troubleshooting/third_party_authority_instructions_troubleshooting.html自助排查;另外,开发者也可自查rid信息 https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/openapi/getRidInfo.html
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
用 token 试试发送消息或者获取模板列列表是否正常,检查一下 appid 是不是对应的公众号。
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
你好,{"errcode":48001,"errmsg":"api unauthorized rid: 65f811c6-55334dcf-1abeb660"} ------------核查调用的是 /wxa/modify_domain 接口,用错token了,该接口需要使用小程序对应的authorizer_access_token调用,你实际传的是公众号的authorizer_access_token。
https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/miniprogram-management/domain-management/modifyServerDomain.html
后续遇到此类问题可以参考https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/troubleshooting/third_party_authority_instructions_troubleshooting.html自助排查;另外,开发者也可自查rid信息 https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/openapi/getRidInfo.html
用 token 试试发送消息或者获取模板列列表是否正常,检查一下 appid 是不是对应的公众号。