mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 02:29:40 +08:00
feat(work): 随官方更新会议相关接口模型
This commit is contained in:
@@ -1,15 +1,35 @@
|
||||
{
|
||||
"creator_userid": "zhangsan",
|
||||
"admin_userid": "zhangsan",
|
||||
"title": "新建会议",
|
||||
"meeting_start": 1600000000,
|
||||
"meeting_duration": 3600,
|
||||
"description": "新建会议描述",
|
||||
"type": 1,
|
||||
"remind_time": 60,
|
||||
"location": "广州媒体港",
|
||||
"agentid": 1000014,
|
||||
"attendees": {
|
||||
"userid": ["lisi", "wangwu"],
|
||||
"external_userid": ["woabc", "woced"],
|
||||
"device_sn": ["devsn1", "devsn2"]
|
||||
"userid": ["lisi", "wangwu"]
|
||||
},
|
||||
"settings": {
|
||||
"remind_scope": 1,
|
||||
"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": [0, 900]
|
||||
}
|
||||
}
|
||||
|
@@ -1,17 +1,14 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"creator_userid": "zhangsan",
|
||||
"admin_userid": "zhangsan",
|
||||
"title": "title",
|
||||
"reserve_meeting_start": 1600000000,
|
||||
"reserve_meeting_duration": 1600003600,
|
||||
"meeting_start": 1600000007,
|
||||
"meeting_duration": 1800,
|
||||
"description": "test meeting description",
|
||||
"location": "广州媒体港",
|
||||
"main_department": 1,
|
||||
"type": 1,
|
||||
"status": 1,
|
||||
"remind_time": 60,
|
||||
"attendees": {
|
||||
"member": [
|
||||
{
|
||||
@@ -23,25 +20,38 @@
|
||||
"status": 2
|
||||
}
|
||||
],
|
||||
"external_user": [
|
||||
"tmp_external_user": [
|
||||
{
|
||||
"external_userid": "woabc",
|
||||
"tmp_external_userid": "woabc",
|
||||
"status": 3
|
||||
},
|
||||
{
|
||||
"external_userid": "woefd",
|
||||
"tmp_external_userid": "woefd",
|
||||
"status": 4
|
||||
}
|
||||
],
|
||||
"device": [
|
||||
{
|
||||
"device_sn": "devicesn1",
|
||||
"status": 5
|
||||
},
|
||||
{
|
||||
"device_sn": "devicesn1",
|
||||
"status": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
"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]
|
||||
}
|
||||
}
|
||||
|
@@ -1,14 +1,35 @@
|
||||
{
|
||||
"meetingid": "XXXXXXXXX",
|
||||
"title": "新需求",
|
||||
"meetingid": "hyxxx",
|
||||
"title": "新建会议",
|
||||
"meeting_start": 1600000000,
|
||||
"meeting_duration": 10000,
|
||||
"description": "test",
|
||||
"type": 1,
|
||||
"remind_time": 60,
|
||||
"meeting_duration": 3600,
|
||||
"description": "新建会议描述",
|
||||
"location": "广州媒体港",
|
||||
"agentid": 1000014,
|
||||
"attendees": {
|
||||
"userid": ["lisi", "wangwu"],
|
||||
"external_userid": ["woabc", "woced"],
|
||||
"device_sn": ["devsn1", "devsn2"]
|
||||
"userid": ["lisi", "wangwu"]
|
||||
},
|
||||
"settings": {
|
||||
"remind_scope": 1,
|
||||
"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": [0, 900]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user