程序中有一个post请求,提交时报错:request: fail url not in domain list。
但是域名 ai.medicheck.com.cn 已经被我添加到 request合法域名 中。那么可能时什么原因导致的报错?
main list
// 发送 POST 请求
wx.request({
url: 'https://ai.medicheck.com.cn:34010/peis/ins/list',
method: 'POST',
data: {
customerName: name,
customerIdentity: {
idNumber: idCard,
idType: "身份证"
}
},
header: {
'content-type': 'application/json'
},
https://developers.weixin.qq.com/miniprogram/dev/framework/ability/network.html
把代端口的域名一起配置到request域名
端口号 不支持写
https://ai.medicheck.com.cn/peis/ins/list想办法要配置支持这样