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