Commit f274e78cf655f57dfa416f8af5a0623bde7d231f

Authored by 翁力
1 parent efee88c7

update

10.消息云/1.1 发送短信接口.md
... ... @@ -11,9 +11,9 @@
11 11 | 参数名 | 参数类型 | 必选 | 参数说明 |
12 12 | :-----------: | :------: | :------: | :------: |
13 13 | spId | string | true | 应用ID |
14   -| taskId | string | true | 短信模板ID(ID列表) |
  14 +| taskId | string | true | 短信模板ID(ID列表需确定) |
15 15 | mobile | string | true | 手机号 |
16   -| content | string | true | 短信内容参数 |
  16 +| content | string | true | 短信内容参数(内容组织形式需要确定) |
17 17 | sign | string | true | 签名 |
18 18 -----
19 19 #### 返回格式说明:
... ...