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

117 lines
3.3 KiB
JSON

{
"errcode": 0,
"errmsg": "ok",
"admin_userid": "zhangsan",
"title": "title",
"meeting_start": 1600000007,
"meeting_duration": 1800,
"description": "test meeting description",
"location": "广州媒体港",
"main_department": 1,
"status": 1,
"meeting_type": 1,
"attendees": {
"member": [
{
"userid": "lisi",
"status": 1,
"first_join_time": 166666666,
"last_quit_time": 166666666,
"total_join_count": 5,
"cumulative_time": 300
},
{
"userid": "zhangsan",
"status": 2,
"first_join_time": 166666666,
"last_quit_time": 166666666,
"total_join_count": 5,
"cumulative_time": 300
}
],
"tmp_external_user": [
{
"tmp_external_userid": "woabc",
"status": 3,
"first_join_time": 166666666,
"last_quit_time": 166666666,
"total_join_count": 5,
"cumulative_time": 300
},
{
"tmp_external_userid": "woefd",
"status": 4,
"first_join_time": 166666666,
"last_quit_time": 166666666,
"total_join_count": 5,
"cumulative_time": 300
}
]
},
"settings": {
"remind_scope": 4,
"need_password": true,
"password": "1234",
"enable_waiting_room": false,
"allow_enter_before_host": true,
"enable_enter_mute": 1,
"allow_unmute_self": true,
"allow_external_user": false,
"enable_screen_watermark": false,
"watermark_type": 1,
"auto_record_type": "none",
"participant_join_auto_record": false,
"enable_host_pause_auto_record": false,
"enable_doc_upload_permission": true,
"enable_enroll": true,
"enable_host_key": true,
"host_key": "meetinghostkey",
"hosts": {
"userid": [ "lisi", "wangwu" ]
},
"current_hosts": {
"userid": [ "wangwu", "lisi" ]
},
"co_hosts": {
"userid": [ "zhangsan", "lisi" ]
},
"ring_users": {
"userid": [ "zhangsan", "lis" ]
}
},
"cal_id": "wcjgewCwAAqeJcPI1d8Pwbjt7nttzAAA",
"reminders": {
"is_repeat": 1,
"repeat_type": 0,
"repeat_until_type": 1,
"repeat_until_count": 10,
"repeat_until": 1606976813,
"repeat_interval": 1,
"is_custom_repeat": 1,
"repeat_day_of_week": [ 3, 7 ],
"repeat_day_of_month": [ 10, 21 ],
"remind_before": [ 0, 900 ]
},
"meeting_code": "123456789",
"meeting_link": "https://wecomm.com/znigeot",
"has_vote": true,
"has_more_sub_meeting": 1,
"remain_sub_meetings": 2,
"current_sub_meetingid": "cursubmeetingid",
"sub_meetings": [
{
"sub_meetingid": "sub_meetingid",
"status": 0,
"start_time": 16888888888,
"end_time": 179888888888
}
],
"guests": [
{
"area": "86",
"phone_number": "135123454321",
"guest_name": "lisi"
}
]
}