feat(work): 新增根据会议 ID 查询会议室预订详情的相关接口

This commit is contained in:
Fu Diwei
2021-12-17 21:06:59 +08:00
parent 7e20a39a16
commit be2a5690c6
5 changed files with 89 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
{
"meetingroom_id": 1,
"meeting_id": "mtebsada6e027c123cbafAAA"
}

View File

@@ -0,0 +1,14 @@
{
"errcode": 0,
"errmsg": "ok",
"meetingroom_id": 1,
"schedule": [
{
"meeting_id": "mtebsada6e027c123cbafAAA",
"schedule_id": "17c7d2bd9f20d652840f72f59e796AAA",
"start_time": 1593532800,
"end_time": 1593662400,
"booker": "zhangsan"
}
]
}