SMS Callback
This interface needs to be provided by the customer.And tell us the interface address for configuration.After the SMS is submitted, we will push the results to this interface
The return parameters are as follows:
parameter
type
remark
smsId
String
The unique identifier returned after the SMS is submitted
destination
String
Recipient number
sendTime
long
Time when the short message is sent (system millisecond value)
sendResult
String
The result returned after SMS submission
dr
String
status report returned after the SMS is sent
smsCount
int
SMS billing number
Last updated