request代码在别人电脑没有问题,在我的电脑就报这个错误?不知道是什么原因
为了通过审核 var databody = ""; var token = null; wx.request({ url: '', data: databody, method: 'POST', header: { 'Content-Type': 'application/json'}, success: function (res) { // success var resData = res.data; console.log(resData); }, fail: function () { // fail }, complete: function () { // complete } });
慕码人8056858
喵喵时光机