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)
}
})
}
ABOUTYOU
相关分类