OPPO手机使用小程序问题
工具和华为,小米苹果都没有问题
oppo手机好几款都无法通过小程序wx.request先后台发送请求,后台在小程序端不执行,华为苹果小米等都没有问题,断点就是出在wx.request不能连接后台服务器,请问什么解决方案吗?
wx.request({
url: baseUrl + ‘***’, //替换
data: {
code: res.code,
iv: res.iv,
encryptedData: res.encryptedData
},
header: {
‘content-type’: ‘application/json’
//‘content-type’: ‘application/x-www-form-urlencoded’
},
