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

This commit is contained in:
Fu Diwei
2023-12-02 17:46:29 +08:00
parent 193f4c207f
commit 58ad0af933
5 changed files with 102 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
{
"meetingroom_id": 1,
"booking_id": "bkebsada6e027c123cbafAAA"
}

View File

@@ -0,0 +1,14 @@
{
"errcode": 0,
"errmsg": "ok",
"meetingroom_id": 1,
"schedule": {
"booking_id": "bkebsada6e027c123cbafAAA",
"master_booking_id": "rbsho97cbidajgixnyk8eAA",
"schedule_id": "17c7d2bd9f20d652840f72f59e796AAA",
"start_time": 1593532800,
"end_time": 1593662400,
"booker": "zhangsan",
"status": 0
}
}