mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 18:22:24 +08:00
feat(work): 新增获取接收的邮件相关接口
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"begin_time": 1668441600,
|
||||
"end_time": 1668527999,
|
||||
"cursor": "CURSOR",
|
||||
"limit": 100
|
||||
}
|
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"next_cursor": "NEXT_CURSOR",
|
||||
"has_more": 0,
|
||||
"mail_list": [
|
||||
{
|
||||
"mail_id": "MAIL_ID"
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"mail_id": "MAIL_ID"
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"mail_data": "MAIL_DATA"
|
||||
}
|
Reference in New Issue
Block a user