猿问

Failed to load resource: the server

Failed to load resource: the server responded with a status of 405 (Not Allowed)

function test(){
var phone ="";
var password ="";
var deviceid ="";
$.ajax({
type:"post",
url:'http://m.shishejie.com/soukeAppService/service/user/login',
data: { "user_phone": phone, "user_password": password, "device_id": deviceid },
dataType: "jsonp",
// async: true,
success: function (data) {
console.log(data)

}
})
}


FFIVE
浏览 1524回答 1
1回答

ABOUTYOU

服务器无法加载资源,出现405错误,有一个可能是网络不通。或者对方服务器没有反应。
随时随地看视频慕课网APP

相关分类

SQL Server
我要回答