Commit 1f559fa7e6cb4a4b66afb57a9c7ded2a1adf75e2

Authored by 翁力
1 parent a97a0728

update

10.消息云/1.1 发送短信接口.md
... ... @@ -10,9 +10,11 @@
10 10 #### 请求参数说明:
11 11 | 参数名 | 参数类型 | 必选 | 参数说明 |
12 12 | :-----------: | :------: | :------: | :------: |
13   -| spId | String | true | 应用ID |
14   -| mobile | String | true | 接收短信的电话号码 |
15   -| content | String | true | 发送的短信内容 |
  13 +| spId | string | true | 应用ID |
  14 +| taskId | string | true | 短信模板ID(列表...) |
  15 +| mobile | string | true | 手机号 |
  16 +| content | string | true | 短信内容参数 |
  17 +| sign | string | true | 签名 |
16 18 -----
17 19 #### 返回格式说明:
18 20 ```
... ...