feat(work): 新增获取接收的邮件相关接口

This commit is contained in:
fudiwei
2022-12-03 16:13:53 +08:00
parent 24d67a68bb
commit 7f87a691f3
11 changed files with 205 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
"begin_time": 1668441600,
"end_time": 1668527999,
"cursor": "CURSOR",
"limit": 100
}

View File

@@ -0,0 +1,11 @@
{
"errcode": 0,
"errmsg": "ok",
"next_cursor": "NEXT_CURSOR",
"has_more": 0,
"mail_list": [
{
"mail_id": "MAIL_ID"
}
]
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"mail_data": "MAIL_DATA"
}