China Mobile Feixin Interface

Source: Internet
Author: User

Feixin and the client (which may be made by VC) communicate directly with the Mobile SMS gateway.

You can try it as follows, which is especially easy:

Http://ad.smsadmin.cn/

You can register a test account by yourself.

HTTP-based interfaces allow you to easily integrate text messages into your system. The API Development Interface format is as follows:

Address: http: // 221.130.185.108/smsmarketing/wwwroot/API/get_send/

Type: Get

Parameter :? Uid = ID & Pwd = PASSWORD & mobile = Mobile Phone Number & MSG = text message content & dtime = time (the time is empty. Send now. Format: 00:00:00)

Return Value: 0. The message is sent successfully !; 2. Insufficient balance !; 1. the user name or password is incorrect !; 3. the maximum number of messages sent is 100; 4. This user is not allowed to send messages !; 5. The mobile phone number or message cannot be blank!

The get interface currently supports only 100 numbers separated by semicolons.

Address: http: // 221.130.185.108/smsmarketing/wwwroot/API/post_send/

Type: POST method

Parameter :? Uid = ID & Pwd = PASSWORD & mobile = Mobile Phone Number & MSG = text message content & dtime = time (the time is empty. Send now. Format: 00:00:00)

Return Value: 0. The message is sent successfully !; 2. Insufficient balance !; 1. the user name or password is incorrect !; 3. the maximum number of messages sent is 1000; 4. This user is not allowed to send messages !; 5. The mobile phone number or message cannot be blank! Currently, the post interface supports only 1000 numbers separated by semicolons.

Http: // 221.130.185.108/smsmarketing/wwwroot/API/user_info /? Uid = ID & Pwd = Password

User balance query interface

The ID and password can directly use your account information in the system. In this system, you can also view the deduction details sent by calling the interface to facilitate interface management.

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.