url scheme is invalid 求解
使用wx.request,post服务器;
method: ‘POST’,
header: {
‘content-type’:‘application/x-www-form-urlencoded’,
‘Accept’: ‘application/json’
},
安卓下完全没问题,ios下报url scheme is invalid错误;
求解,在线等!
使用wx.request,post服务器;
method: ‘POST’,
header: {
‘content-type’:‘application/x-www-form-urlencoded’,
‘Accept’: ‘application/json’
},
安卓下完全没问题,ios下报url scheme is invalid错误;
求解,在线等!