SMS interface
Interface description
The customer interface part provides an interface in the http url mode. It can provide corresponding interfaces according to customer requirements. The interface coding mode adopts unified UTF-8
WebService interface:
Call URL: //113.105.65.138:8888/SmsWebService.asmx
1.1 Request address
The request address is the URL address requested when the client interface program calls. The http post interface is used. The address is
//inter.ueswt.com/sms.aspx Corresponding to UTF-8
//inter.ueswt.com/smsGBK.aspx Corresponding to GB2312
1.2 Parameter Description
Parameter name |
meaning |
explain |
userid |
Enterprise id |
Enterprise ID |
account |
Send user account |
User account, provided by the system administrator |
password |
Send account password |
Password corresponding to user account |
mobile |
All called numbers |
The destination number for sending a message. Multiple numbers are separated by half commas |
content |
send content |
The content of the SMS requires UTF-8 encoding |
sendTime |
Scheduled transmission time |
If it is empty, it means to send immediately, and the scheduled transmission format is 2011-10-24 09:08:10 |
action |
Send task command |
Set to fixed: send |
extno |
Extension sub number |
Please ask whether the configured channel supports extended sub numbers. If not, please fill in the blank. The sub number can only be numbers, and can be up to 5 digits. |
For example: action=send&userid=12&account=account&password=password&mobile=1502323981013527576163&content=content&sendTime=&extno=
2. Balance and sent quantity query interface
2.1 Request address
The request address is the URL address requested when the client interface program calls. The http post interface is used, and the address is
//inter.ueswt.com/sms.aspx Corresponding to UTF-8
//inter.ueswt.com/smsGBK.aspx Corresponding to GB2312
2.2 Parameter Description
Parameter name |
meaning |
explain |
userid |
Enterprise id |
Enterprise ID |
account |
User account |
User account, provided by the system administrator |
password |
Account password |
Password corresponding to user account |
action |
Task name |
Set to fixed: overview |
For example: action=overview&userid=12&account=account&password=password
3.1 Request address
The request address is the URL address requested when the client interface program calls. The http post interface is used, and the address is
//inter.ueswt.com/sms.aspx
//inter.ueswt.com/smsGBK.aspx
3.2 Parameter description
Parameter name |
meaning |
explain |
userid |
Enterprise id |
Enterprise ID |
account |
User account |
User account, provided by the system administrator |
password |
Account password |
Password corresponding to user account |
action |
Task name |
Set to fixed: checkkeyword |
content |
Detect sent content |
What to send |
For example: action=checkkeyword&userid=12&account=account&password=password&content=content
4. Status report interface
4.1 Request address
The request address is the URL address requested when the client interface program calls. The http post interface is used, and the address is
//inter.ueswt.com/statusApi.aspx
4.2 Parameter description
Parameter name |
meaning |
explain |
userid |
Enterprise id |
Enterprise ID |
account |
User account |
User account, provided by the system administrator |
password |
Account password |
Password corresponding to user account |
action |
Task name |
Set to fixed: query |
For example: action=query&userid=12&account=account&password=password
5.1 Request address
The request address is the URL address requested when the client interface program calls. The http post interface is used, and the address is
//inter.ueswt.com/callApi.aspx
5.2 Parameter description
Parameter name |
meaning |
explain |
userid |
Enterprise id |
Enterprise ID |
account |
User account |
User account, provided by the system administrator |
password |
Account password |
Password corresponding to user account |
action |
Task name |
Set to fixed: query |
For example: action=query&userid=12&account=account&password=password