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.