文档
测试

实时房态图

GET
http://localhost:8087/hotel/room/status/getRoomStatusAll?dateTime=2021-11-03&roomType=&status=&roomNum=&rrIdList=1%2C3

接口描述

时间默认今天

请求参数

参数名
类型
描述
必填
dateTime
string
示例:2021-11-03
必填
roomType
string
(房间类型)示例:
必填
status
string
(1空房 2 入住 3 预定 4 脏房 5维修房)示例:
必填
roomNum
string
(房间编号)示例:
必填
rrIdList
string
(array 楼栋层)示例:1,3
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:请求成功
必填
code
int
示例:200
必填
data
array
数据列表
必填
roomNum
string
(房间号)示例:101
必填
price
int
(单价)示例:100
必填
deposit
int
(押金)示例:100
必填
hotelId
int
(酒店id)示例:1
必填
roomId
int
(房间id)示例:1
必填
roomType
string
(房间类型)示例:单人间
必填
status
int
(1 空房 2 入住 3 预定 4脏房 5 维修房 )示例:1
必填