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,4 @@
|
||||
{
|
||||
"record_file_id": "fileid",
|
||||
"meetingid": "ID"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"meeting_record_id": "record",
|
||||
"meetingid": "MEETINGID"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"meeting_record_id": "record",
|
||||
"meetingid": "MEETINGID",
|
||||
"start_time": 16666666,
|
||||
"end_time": 1788888888
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"summaries": [
|
||||
{
|
||||
"date": "2033-01-01",
|
||||
"view_count": 12,
|
||||
"download_count": 12
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"meetingid": "meetingid11234",
|
||||
"meeting_code": "MEETINGCODE",
|
||||
"start_time": 16666666,
|
||||
"end_time": 178888888,
|
||||
"userid": "USERID",
|
||||
"cursor": "NGEING",
|
||||
"limit": 10
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"record_meetings": [
|
||||
{
|
||||
"meeting_record_id": "GEIGN",
|
||||
"meetingid": "GEMIGE",
|
||||
"meeting_code": "GEJIGNEO",
|
||||
"host_user_id": "XGMEIG",
|
||||
"meeting_start_time": 177777777,
|
||||
"title": "TJIE",
|
||||
"state": 1,
|
||||
"record_files": [
|
||||
{
|
||||
"record_file_id": "FILEID",
|
||||
"record_start_time": 15555,
|
||||
"record_end_time": 1777777,
|
||||
"record_size": 323235325,
|
||||
"sharing_state": 1,
|
||||
"sharing_url": "https://share.url",
|
||||
"required_same_corp": true,
|
||||
"required_attendee": true,
|
||||
"password": "fgjisnge",
|
||||
"sharing_expire": 3323,
|
||||
"allow_download": true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"meeting_record_id": "record",
|
||||
"meetingid": "MEETINGID",
|
||||
"sharing_config": {
|
||||
"enable_sharing": true,
|
||||
"sharing_auth_type": 0,
|
||||
"enable_password": true,
|
||||
"password": "123352",
|
||||
"enable_sharing_expire": true,
|
||||
"sharing_expire": 1999999999,
|
||||
"allow_download": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user