简要描述:
请求URL:
http://sms.chuangcache.com/api/app/updateSmsInfo
请求方式:
参数:
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
access_token | 是 | string | 密钥 |
app_key | 是 | string | 短信服务标识 |
name | 否 | string | 短信服务名 |
url | 否 | string | 接收短信状态地址 |
time | 是 | string | 时间戳(距离1970-1-1的毫秒数) |
请求示例
curl -i -X POST http://sms.chuangcache.com/api/app/updateSmsInfo
-H "Accept: application/json"
-H "Content-Type: application/json; charset=utf-8"
-d '{"access_token": "ACCESS_TOKEN", "app_key": "ab01235hasde4510f", "name": "创世云短信", "url": "http://www.xxx.com", "time": "1488230401969"}'
返回示例
{
"status": 1000,
"info": "修改成功"
}
返回参数说明
参数名 | 类型 | 说明 |
---|---|---|
status | int | 接口返回码 |
info | string | 接口返回信息 |
备注