Sign in
OPEN-API
/
WIKI
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
abc286f398ff7956b92edf972976a4a3c6602e2d
Authored by
郑丽丽
2016-08-10 11:09:41 +0800
1 parent
20d9b89a
Update 1.2 发送邮件接口.md
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
10.消息云/1.2 发送邮件接口.md
10.消息云/1.2 发送邮件接口.md
View file @
abc286f
...
...
@@ -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 | 模板内容 |
...
...