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
}
});
小程序調用接口報net::ERR_CONNECTION_TIMED_OUT?
慕娘9325324
2018-07-22 11:21:19