url scheme is invalid 求解

发布于 7 年前作者 lei8515584 次浏览最后编辑 7 年前来自 ask

使用wx.request,post服务器;

method: ‘POST’,

header: {

‘content-type’:‘application/x-www-form-urlencoded’,

‘Accept’: ‘application/json’

},

安卓下完全没问题,ios下报url scheme is invalid错误;

求解,在线等!

2 回复
jing35
jing351 楼6 年前

麻烦给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),我们定位下问题

是在vConsole上报错的么?

xiaming
xiaming2 楼6 年前

貌似已解决,把content-type换成json就好了