https证书已经通过小程序要求为什么但是依旧报错?
goalshow.cn 这个是我的接口网址
微信开发者工具如果不验证https 报错不支持TLS1.2 但是实际上支持
如果启用校验 报错
不在以下 uploadFile 合法域名列表中
但是我已经配置了request合法网址为goalshow.cn
wx.uploadFile({
url: 'https://goalshow.cn:8888/upload',
filePath: tempImagePath,
name: 'file',
微信开发者工具如果不验证https 报错不支持TLS1.2 但是实际上支持
如果启用校验 报错
不在以下 uploadFile 合法域名列表中
wx.uploadFile({
url: 'https://goalshow.cn:8888/upload',
filePath: tempImagePath,
name: 'file',