公司名称
MP帐号(邮箱)
开发者微信号Wsl395548460
机型(如iPhone 6s plus)Iphone 7 plus
操作系统(如iOS 9.3)Ios 10.3.3
是否必现是
出现时间2017年12月6日16:54:33
操作路径(即如何操作可以复现该问题)
Ios手机上,微信小程序登录账号,发送post请求时出现405错误;
备注:安卓机不存在该问题;
问题描述(具体问题介绍)
x.request({
url: ,//线上地址
method: 'POST',
dataType: "json",
header: {
'content-type': 'application/x-www-form-urlencoded',
'Cookie': api.cookie || ''
},
data: data,
success: function (e) {
//返回数据
statusCode: 405
errMsg: ‘request:ok’
}
})
问题截图(客户端问题界面截图)
代码片段截图