Commit 406347e99ce5c8dce25f812f5b867707fd96a067
1 parent
8798c2d5
Update 1.2 发送邮件接口.md
Showing
1 changed file
with
1 additions
and
1 deletions
10.消息云/1.2 发送邮件接口.md
| @@ -11,7 +11,7 @@ | @@ -11,7 +11,7 @@ | ||
| 11 | | :-----------: | :------: | :------: | :------: | | 11 | | :-----------: | :------: | :------: | :------: | |
| 12 | | emailAddr | string | true | 收件人地址 | | 12 | | emailAddr | string | true | 收件人地址 | |
| 13 | | title | string | true | 邮件主题 | | 13 | | title | string | true | 邮件主题 | |
| 14 | -| msg | string | false | 邮件内容 | | 14 | +| msg | string | true | 邮件内容 | |
| 15 | | templateId | string | true | 邮件模板ID(ID列表需确定,见后台管理) | | 15 | | templateId | string | true | 邮件模板ID(ID列表需确定,见后台管理) | |
| 16 | 16 | ||
| 17 | ----- | 17 | ----- |