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 www.chuanglen.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 NameTYPEREQUIREDDESCREIDE
receiverstringYESThe username for receiving status report verification (not the account name) is configured according to user requirements and is empty by default
receiverstringYESPassword for receiving status report verification, default to empty
moTimestringYESFormat 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)
mobilestringYESA single phone number
msgstringYESSMS content, text content using UTF-8 encoding
destcodestringYESThe destination number for the user's uplink

The response data is set by you!