History
Introduction
API Category
Making API Requests
Region APIs
Instance APIs
Cloud Hosting Cluster APIs
Image APIs
Instance Launch Template APIs
Placement Group APIs
Key APIs
Security Group APIs
Network APIs
Data Types
Error Codes
POST http://example.com/sms/callback
参数 | 必选 | 类型 | 描述 |
user_receive_time | 是 | string | 用户实际接收到短信的时间 |
nationcode | 是 | string | 国家(或地区)码 |
mobile | 是 | string | 手机号码 |
report_status | 是 | string | 实际是否收到短信接收状态,SUCCESS(成功)、FAIL(失败) |
errmsg | 是 | string | 用户接收短信状态码错误信息,参考 回执状态错误码 |
description | 是 | string | 用户接收短信状态描述 |
sid | 是 | string | 本次发送标识 ID(与发送接口返回的SerialNo对应) |
[{"user_receive_time": "2015-10-17 08:03:04","nationcode": "86","mobile": "13xxxxxxxxx","report_status": "SUCCESS","errmsg": "DELIVRD","description": "用户短信送达成功","sid": "xxxxxxx"}]
参数 | 必选 | 类型 | 描述 |
result | 是 | number | 错误码,0表示成功,非0表示失败 |
errmsg | 是 | string | 错误消息,result 非0时的具体错误信息 |
{"result": 0,"errmsg": "OK"}
文档反馈