小程序
小游戏
企业微信
微信支付
扫描小程序码分享
1、改了第三方平台小程序业务域名 并没有同步到客户
2、通过这个接口https://api.weixin.qq.com/wxa/modify_domain_directly
{ "errcode": 48001, "errmsg": "api unauthorized rid: 65fd55c0-1bdab567-649bc127" } 权限18是有的
再看客户的第三方配置,除了前两个都勾选了
还是打不开
还有哪里没配置到位,上图是测试版小程序。
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
你好,1、参考https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/product/domain.html为小程序代配置域名。
2、报错{
"errcode": 48001,
"errmsg": "api unauthorized rid: 65fd55c0-1bdab567-649bc127"
},是因为你用错token了,该接口需要使用authorizer_access_token代调用https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/miniprogram-management/domain-management/modifyServerDomainDirectly.html后续遇到此类问题可参考https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/troubleshooting/third_party_authority_instructions_troubleshooting.html自助排查
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
1.调错接口了,业务域名API:https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/miniprogram-management/domain-management/modifyJumpDomain.html
2.开放平台集权修改并不会同步到客户端,需要客户编辑授权:https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/operation/authorization/authorization_management.html#_2%E3%80%81%E6%9B%B4%E6%96%B0%E6%8E%88%E6%9D%83
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
你好,1、参考https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/product/domain.html为小程序代配置域名。
2、报错{
"errcode": 48001,
"errmsg": "api unauthorized rid: 65fd55c0-1bdab567-649bc127"
},是因为你用错token了,该接口需要使用authorizer_access_token代调用https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/miniprogram-management/domain-management/modifyServerDomainDirectly.html
后续遇到此类问题可参考https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/troubleshooting/third_party_authority_instructions_troubleshooting.html自助排查
1.调错接口了,业务域名API:https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/miniprogram-management/domain-management/modifyJumpDomain.html
2.开放平台集权修改并不会同步到客户端,需要客户编辑授权:https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/operation/authorization/authorization_management.html#_2%E3%80%81%E6%9B%B4%E6%96%B0%E6%8E%88%E6%9D%83