Commit abc286f398ff7956b92edf972976a4a3c6602e2d

Authored by 郑丽丽
1 parent 20d9b89a

Update 1.2 发送邮件接口.md

10.消息云/1.2 发送邮件接口.md
... ... @@ -9,6 +9,7 @@
9 9 #### 请求参数说明:
10 10 | 参数名 | 参数类型 | 必选 | 参数说明 |
11 11 | :-----------: | :------: | :------: | :------: |
  12 +| appId | string | true | 应用ID |
12 13 | emailAddr | string | true | 收件人地址 |
13 14 | title | string | true | 邮件主题 |
14 15 | content | string | true | 模板内容 |
... ...