This interface is enabled by default, and the loopback address server needs to start an HTTP service to receive uplink SMS. After receiving the uplink SMS, users need to write their own method to handle the received parameters. We will push you a reply SMS in real-time.
Push request
- URL:http://client_url
- Push method:GET
Push binding uplink receiving address
Log in to https://innopaas.com and configure the SMS settings data push menu for the corresponding SMS product
Example explanation
For example, the uplink SMS return address set by the user account is: http://client_url So when the 253 platform receives the uplink SMS returned by the operator, it will access the following URL with a get request:
http://client_url?receiver=null&pswd=null&moTime=1811190759&mobile=8613900000000&ms= Reply content&destcode=10690923
Note: If the first push is unsuccessful, it will be pushed a second time. If the second push is unsuccessful, it will be pushed a third time. If the third push is unsuccessful, it will not be pushed again. The interval time is 1 minute.
Push GET parameters
Parameter Name | TYPE | REQUIRED | DESCREIDE |
---|---|---|---|
receiver | string | YES | The username for receiving status report verification (not the account name) is configured according to user requirements and is empty by default |
receiver | string | YES | Password for receiving status report verification, default to empty |
moTime | string | YES | Format YYMMDDhhmm, where YY=last two digits of year (00-99), MM=month (01-12), DD=day (01-31), hh=hour (00-23), mm=minute (00-59) |
mobile | string | YES | A single phone number |
msg | string | YES | SMS content, text content using UTF-8 encoding |
destcode | string | YES | The destination number for the user's uplink |