请求参数:
{
"action": "set",
"requestdomain": ["https:\/\/api.mall.meihao.com", "https:\/\/dev-api.mall.meihao.com"],
"wsrequestdomain": ["wss:\/\/dev-websocket.mall.meihao.com", "wss:\/\/websocket.mall.meihao.com"],
"uploaddomain": ["https:\/\/api.mall.meihao.com", "https:\/\/apis.map.qq.com", "https:\/\/dev-api.mall.meihao.com", "https:\/\/dev-img.mall.meihao.com", "https:\/\/img.mall.meihao.com", "https:\/\/thirdwx.qlogo.cn", "https:\/\/meihao-mall.oss-cn-guangzhou.aliyuncs.com"],
"downloaddomain": ["https:\/\/api.mall.meihao.com", "https:\/\/apis.map.qq.com", "https:\/\/dev-api.mall.meihao.com", "https:\/\/dev-img.mall.meihao.com", "https:\/\/img.mall.meihao.com", "https:\/\/thirdwx.qlogo.cn", "https:\/\/meihao-mall.oss-cn-guangzhou.aliyuncs.com"]
}
返回成功但uploaddomain和downloaddomain不完全成功:
{
"errcode": 0,
"errmsg": "ok",
"requestdomain": ["https:\/\/api.mall.meihao.com", "https:\/\/dev-api.mall.meihao.com"],
"wsrequestdomain": ["wss:\/\/dev-websocket.mall.meihao.com", "wss:\/\/websocket.mall.meihao.com"],
"uploaddomain": ["https:\/\/api.mall.meihao.com", "https:\/\/apis.map.qq.com", "https:\/\/dev-api.mall.meihao.com", "https:\/\/dev-img.mall.meihao.com", "https:\/\/img.mall.meihao.com"],
"downloaddomain": ["https:\/\/api.mall.meihao.com", "https:\/\/apis.map.qq.com", "https:\/\/dev-api.mall.meihao.com", "https:\/\/dev-img.mall.meihao.com", "https:\/\/img.mall.meihao.com"],
"invalid_requestdomain": [],
"invalid_wsrequestdomain": [],
"invalid_uploaddomain": ["https:\/\/thirdwx.qlogo.cn", "https:\/\/meihao-mall.oss-cn-guangzhou.aliyuncs.com"],
"invalid_downloaddomain": ["https:\/\/thirdwx.qlogo.cn", "https:\/\/meihao-mall.oss-cn-guangzhou.aliyuncs.com"]
}
猜你的域名没有配置在第三方平台的小程序服务器域名里面。
没人回答 ...