fail: connection closed by peer的问题
荣耀6真机测试报fail: connection closed by peer,iphone6没有这个问题,是什么原因?
荣耀6真机测试报fail: connection closed by peer,iphone6没有这个问题,是什么原因?
wx.request({ url: app.global_data.request_url + 'action.php', data: data, method: 'POST', dataType: 'json', header: { 'content-type': 'application/x-www-form-urlencoded' }, success: function (res) { ... }, fail: function (res) { //这里收到res } }) |