mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 18:22:24 +08:00
feat(work): 随官方更新会议室、日程相关接口模型
This commit is contained in:
@@ -2,13 +2,12 @@
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"meetingroom_id": 1,
|
||||
"schedule": [
|
||||
{
|
||||
"meeting_id": "mtebsada6e027c123cbafAAA",
|
||||
"schedule_id": "17c7d2bd9f20d652840f72f59e796AAA",
|
||||
"start_time": 1593532800,
|
||||
"end_time": 1593662400,
|
||||
"booker": "zhangsan"
|
||||
}
|
||||
]
|
||||
}
|
||||
"schedule": {
|
||||
"meeting_id": "mtebsada6e027c123cbafAAA",
|
||||
"schedule_id": "17c7d2bd9f20d652840f72f59e796AAA",
|
||||
"start_time": 1593532800,
|
||||
"end_time": 1593662400,
|
||||
"booker": "zhangsan",
|
||||
"status": 0
|
||||
}
|
||||
}
|
||||
|
@@ -10,7 +10,8 @@
|
||||
"schedule_id": "17c7d2bd9f20d652840f72f59e796AAA",
|
||||
"start_time": 1593532800,
|
||||
"end_time": 1593662400,
|
||||
"booker": "zhangsan"
|
||||
"booker": "zhangsan",
|
||||
"status": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@@ -23,6 +23,7 @@
|
||||
"repeat_day_of_month": [ 10, 21 ],
|
||||
"timezone": 8
|
||||
},
|
||||
"location": "test_place"
|
||||
"location": "test_place",
|
||||
"skip_attendees": true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user