/*
$
url : url
type :
data : {
CorpID : CorpID
Pwd : Pwd
Mobile : Mobile
Content : Content
Cell :
SendTime :
}
async : true
dataType :
success : function(data
//alert(data);
if (data ==
alert("短信已發送成功
} else if (data ==
alert("賬號未注冊!");
} else if (data ==
alert("服務端報錯信息:其他錯誤
} else if (data ==
alert("帳號或密碼錯誤!");
} else if (data ==
alert("手機號碼格式不正確!");
} else if (data ==
alert("余額不足
} else if (data ==
alert("定時發送時間不是有效的時間格式!");
} else if (data ==
alert("禁止
} else if (data != null) {
alert("返回代碼:" + data);
}
}
error : function(data) {
alert(
}
});
*/
From:http://tw.wingwit.com/Article/program/Java/JSP/201311/20034.html