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
参数 | 必选 | 类型 | 描述 |
extend | 否 | string | 通道扩展码,默认没有开通(需要填空) |
mobile | 是 | string | 手机号码 |
nationcode | 是 | string | 国家(或地区)码 |
sign | 是 | string | 短信签名 |
text | 是 | string | 用户回复的内容 |
time | 是 | number | UNIX 时间戳(单位:秒) |
{"extend": "扩展码","mobile": "13xxxxxxxxx","nationcode": "86","sign": "短信签名","text": "用户回复的内容","time": 1457336869}
参数 | 必选 | 类型 | 描述 |
result | 是 | number | 错误码,0表示成功,非0表示失败 |
errmsg | 是 | string | 错误消息,result 非0时的具体错误信息 |
{"result": 0,"errmsg": "OK"}
文档反馈