1.3
1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#### 请求参数说明:
| 参数名 | 参数类型 | 必选 | 参数说明 |
| :-----------: | :------: | :------: | :------: |
| appId | string | true | 应用ID |
| taskId | string | true | 短信模板ID <a href="http://console.open.cnlive.com/open/doc/sys/xiaoxi/366df881-2582-44ab-9b96-7fab86742e6b/10.消息云/1.1.1%20发送短信-taskId说明">taskId说明</a>|
| signatureId | string | false | 短信签名ID <a href="http://console.open.cnlive.com/open/doc/sys/xiaoxi/366df881-2582-44ab-9b96-7fab86742e6b/10.消息云/1.1.2%20发送短信-signatureId说明">signatureId说明</a>|
| mobile | string | true | 手机号 |
| content | string | true | 模板内容参数 |
| sign | string | true | 签名 |
-----
#### 规则说明:
```
1.一分钟内一个手机号只允许发送一条;
2.一天内一个手机号只允许发送二十条;
```
-----
#### 返回格式说明:
```
{
"errorCode":"0",
"errorMessage":"成功"
}
{
"errorCode":"100001",
"errorMessage":"短信发送次数过多"
}
{
"errorCode":"100002",
"errorMessage":"短信发送失败"
}
{
"errorCode":"100000",
"errorMessage":"消息其它异常"
}
```