jquery asynchronous cross-domain access code _jquery

Source: Internet
Author: User

Copy Code code as follows:

/*
$.ajax ({
Url:url,
Type: ' POST ',
Data: {
Corpid:corpid,
Pwd:pwd,
Mobile:mobile,
Content:content,
Cell: ',
Sendtime: '
},
async:true,//Asynchronous
DataType: ' text ',//' text ', ' Jsonp '
Success:function (data, textstatus) {
alert (data);
if (data = = 0) {
Alert ("SMS has been sent successfully, please pay attention to check!");
else if (data = = 1) {
Alert ("Account not registered!");
else if (data = = 2) {
Alert ("Server-side error message: Other errors.");
else if (data = = 3) {
Alert ("Account or password error!");
else if (data = = 4) {
Alert ("Cell phone number is not properly formatted!");
else if (data = = 5) {
Alert ("Insufficient balance, please recharge first!");
else if (data = = 6) {
Alert ("Timed delivery time is not a valid time format!");
else if (data = = 7) {
Alert ("Do not send the same message to the same cell phone number within 10 hours!");
else if (data!= null) {
Alert ("Return code:" + data);
}
},
Error:function (data) {
Alert (' Send SMS: Call SMS interface error, please contact admin! ');
}
});
*/

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.