Commit 20d9b89a416b03cec59c5212d330d3cfcfebc46b

Authored by 翁力
1 parent cff6e12e

add sign

10.消息云/1.2 发送邮件接口.md
@@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
13 | title | string | true | 邮件主题 | 13 | title | string | true | 邮件主题 |
14 | content | string | true | 模板内容 | 14 | content | string | true | 模板内容 |
15 | templateId | string | true | 邮件模板ID(ID列表需确定,见后台管理) | 15 | templateId | string | true | 邮件模板ID(ID列表需确定,见后台管理) |
16 - 16 +| sign | string | true | 签名 |
17 ----- 17 -----
18 #### 返回格式说明: 18 #### 返回格式说明:
19 ``` 19 ```