mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-18 17:48:12 +08:00
feat(work): 新增根据会议室预定 ID 查询预定详情接口
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"meetingroom_id": 1,
|
||||
"booking_id": "bkebsada6e027c123cbafAAA"
|
||||
}
|
@@ -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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user