Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Work.UnitTests/ModelSamples/CgibinMeeting/CgibinMeetingGetInfoResponse.json

76 lines
2.1 KiB
JSON
Raw Normal View History

{
2021-06-04 01:10:54 +08:00
"errcode": 0,
"errmsg": "ok",
"admin_userid": "zhangsan",
2021-06-04 01:10:54 +08:00
"title": "title",
"meeting_start": 1600000007,
"meeting_duration": 1800,
"description": "test meeting description",
"location": "广州媒体港",
2021-06-04 01:10:54 +08:00
"main_department": 1,
"status": 1,
"attendees": {
"member": [
{
"userid": "lisi",
"status": 1,
"first_join_time": 166666666,
"last_quit_time": 166666666,
"total_join_count": 5,
"cumulative_time": 300
2021-06-04 01:10:54 +08:00
},
{
"userid": "zhangsan",
"status": 2,
"first_join_time": 166666666,
"last_quit_time": 166666666,
"total_join_count": 5,
"cumulative_time": 300
2021-06-04 01:10:54 +08:00
}
],
"tmp_external_user": [
2021-06-04 01:10:54 +08:00
{
"tmp_external_userid": "woabc",
"status": 3,
"first_join_time": 166666666,
"last_quit_time": 166666666,
"total_join_count": 5,
"cumulative_time": 300
2021-06-04 01:10:54 +08:00
},
{
"tmp_external_userid": "woefd",
"status": 4,
"first_join_time": 166666666,
"last_quit_time": 166666666,
"total_join_count": 5,
"cumulative_time": 300
2021-06-04 01:10:54 +08:00
}
]
},
"settings": {
"remind_scope": 4,
"password": "1234",
"enable_waiting_room": false,
"allow_enter_before_host": true,
"enable_enter_mute": 1,
"allow_external_user": false,
"enable_screen_watermark": false,
"hosts": {
"userid": [ "lisi", "wangwu" ]
},
"ring_users": {
"userid": [ "zhangsan", "lis" ]
}
},
"cal_id": "wcjgewCwAAqeJcPI1d8Pwbjt7nttzAAA",
"reminders": {
"is_repeat": 1,
"repeat_type": 0,
"repeat_until": 1606976813,
"repeat_interval": 1,
"remind_before": [ 5, 10 ]
},
"meeting_code": "123456789",
"meeting_link": "https://wecomm.com/znigeot"
2021-06-04 01:10:54 +08:00
}