Commit 9ba2c6231ce1adabf4d43db023d223d47868aeba
1 parent
f274e78c
update
Showing
1 changed file
with
2 additions
and
1 deletions
10.消息云/1.1 发送短信接口.md
| ... | ... | @@ -11,7 +11,8 @@ |
| 11 | 11 | | 参数名 | 参数类型 | 必选 | 参数说明 | |
| 12 | 12 | | :-----------: | :------: | :------: | :------: | |
| 13 | 13 | | spId | string | true | 应用ID | |
| 14 | -| taskId | string | true | 短信模板ID(ID列表需确定) | | |
| 14 | +| smsTemplateId | string | true | 短信模板ID(ID列表需确定) | | |
| 15 | +| smsSignId | string | false | 短信签名ID(ID列表需确定) | | |
| 15 | 16 | | mobile | string | true | 手机号 | |
| 16 | 17 | | content | string | true | 短信内容参数(内容组织形式需要确定) | |
| 17 | 18 | | sign | string | true | 签名 | | ... | ... |