Commit 1744f12582aafae9a483a65fcd4e08b570a214ac
1 parent
76295d4a
add
Showing
2 changed files
with
64 additions
and
0 deletions
10.消息云/1.1.1 发送短信-taskId说明.md
0 → 100644
| 1 | +#### 请求参数说明: | ||
| 2 | +| 参数名 | 参数类型 | 必选 | 参数说明 | | ||
| 3 | +| :-----------: | :------: | :------: | :------: | | ||
| 4 | +| appId | string | true | 应用ID | | ||
| 5 | +| taskId | string | true | 短信模板ID | | ||
| 6 | +| signatureId | string | false | 短信签名ID | | ||
| 7 | +| mobile | string | true | 手机号 | | ||
| 8 | +| content | string | true | 模板内容参数 | | ||
| 9 | +| sign | string | true | 签名 | | ||
| 10 | +----- | ||
| 11 | +#### 返回格式说明: | ||
| 12 | +``` | ||
| 13 | +{ | ||
| 14 | + "errorCode":"0", | ||
| 15 | + "errorMessage":"成功" | ||
| 16 | +} | ||
| 17 | + | ||
| 18 | +{ | ||
| 19 | + "errorCode":"100001", | ||
| 20 | + "errorMessage":"短信发送次数过多" | ||
| 21 | +} | ||
| 22 | + | ||
| 23 | +{ | ||
| 24 | + "errorCode":"100002", | ||
| 25 | + "errorMessage":"短信发送失败" | ||
| 26 | +} | ||
| 27 | + | ||
| 28 | +{ | ||
| 29 | + "errorCode":"100000", | ||
| 30 | + "errorMessage":"消息其它异常" | ||
| 31 | +} | ||
| 32 | +``` | ||
| 0 | \ No newline at end of file | 33 | \ No newline at end of file |
10.消息云/1.1.2 发送短信-signatureId说明.md
0 → 100644
| 1 | +#### 请求参数说明: | ||
| 2 | +| 参数名 | 参数类型 | 必选 | 参数说明 | | ||
| 3 | +| :-----------: | :------: | :------: | :------: | | ||
| 4 | +| appId | string | true | 应用ID | | ||
| 5 | +| taskId | string | true | 短信模板ID | | ||
| 6 | +| signatureId | string | false | 短信签名ID | | ||
| 7 | +| mobile | string | true | 手机号 | | ||
| 8 | +| content | string | true | 模板内容参数 | | ||
| 9 | +| sign | string | true | 签名 | | ||
| 10 | +----- | ||
| 11 | +#### 返回格式说明: | ||
| 12 | +``` | ||
| 13 | +{ | ||
| 14 | + "errorCode":"0", | ||
| 15 | + "errorMessage":"成功" | ||
| 16 | +} | ||
| 17 | + | ||
| 18 | +{ | ||
| 19 | + "errorCode":"100001", | ||
| 20 | + "errorMessage":"短信发送次数过多" | ||
| 21 | +} | ||
| 22 | + | ||
| 23 | +{ | ||
| 24 | + "errorCode":"100002", | ||
| 25 | + "errorMessage":"短信发送失败" | ||
| 26 | +} | ||
| 27 | + | ||
| 28 | +{ | ||
| 29 | + "errorCode":"100000", | ||
| 30 | + "errorMessage":"消息其它异常" | ||
| 31 | +} | ||
| 32 | +``` | ||
| 0 | \ No newline at end of file | 33 | \ No newline at end of file |