小程序appId:wx9c46b047967b95f9
调用接口:https://api.weixin.qq.com/wxa/modify_domain 设置合法域名 出现了85017错误 返回报文如下:
{
"errcode": 85017,
"errmsg": "no domain to modify after filtered, please confirm the domain has been set in miniprogram or open hint: [QCMlRA0394c393]"
}
第三方平台已经配置合法域名
请求报文如下:
{
"action": "add", // 换set也不行
"requestdomain": [
"https://xx.com",
"https://xx.com"
],
"uploaddomain": [
"https://xx.com",
"https://xx.com"
],
"downloaddomain": [
"https://xx.com",
"https://xx.com"
],
"wsrequestdomain":[]
}
麻烦提供下appid以及操作时间
时间 11:53分