/*
> url : url,
type : 'POST',
Pwd : Pwd,
Mobile : Mobile,
> Cell : '',
SendTime : ''
🎜> dataType : 'text',//'text','jsonp'
success : function(data, textStatus) {
//alert(data);
alert("簡訊已發送成功,請注意查收!");
} else if (data == -1) {
alert("帳號未註冊!");
alert("服務端錯誤訊息:其他錯誤.");
} else if (data == -3) {
} else if (data == -4) {
alert("手機號碼格式不正確!");
} else if (data == -5) {
} else if (data == -6) {
alert("定時送時間不是有效的時間格式!");
alert("禁止10小時以內向相同手機號碼傳送相同簡訊!");
} else if (data != null) {
}
},
error : function (data) {
alert('發送簡訊: 撥打簡訊介面錯誤,請隨時聯絡管理員!');
>