mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 18:04:42 +08:00
feat(work): 新增获取会议发起记录接口
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": 1,
|
||||
"begin_time": 1700000000,
|
||||
"end_time": 1700001000,
|
||||
"limit": 1000,
|
||||
"cursor": "CURSOR"
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"next_cursor": "abcd",
|
||||
"meeting_list": [
|
||||
{
|
||||
"userid": "USERID1",
|
||||
"start_time": 1700000000
|
||||
},
|
||||
{
|
||||
"userid": "USERID2",
|
||||
"start_time": 1700000000
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user