mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-22 20:13:41 +08:00
58 lines
1.4 KiB
JSON
58 lines
1.4 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,
|
|
"attendees": {
|
|
"member": [
|
|
{
|
|
"userid": "lisi",
|
|
"status": 1
|
|
},
|
|
{
|
|
"userid": "zhangsan",
|
|
"status": 2
|
|
}
|
|
],
|
|
"tmp_external_user": [
|
|
{
|
|
"tmp_external_userid": "woabc",
|
|
"status": 3
|
|
},
|
|
{
|
|
"tmp_external_userid": "woefd",
|
|
"status": 4
|
|
}
|
|
]
|
|
},
|
|
"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]
|
|
}
|
|
}
|