文档
测试

获取入住人列表

GET
http://localhost:8087/hotel/room/status/getCheckInList?hotelId=1&startTime=&endTime=&status=&roomNum=&search=&current=1&size=10

请求参数

参数名
类型
描述
必填
hotelId
int
(酒店id)示例:1
必填
startTime
string
(开始时间)示例:
必填
endTime
string
(结束时间)示例:
必填
status
string
( 2 已入住 3已预约 4已退房 5已换房)示例:
必填
roomNum
string
(房间号模糊查询)示例:
必填
search
string
(模糊查询用户信息 姓名 身份证)示例:
必填
current
int
示例:1
必填
size
int
示例:10
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:请求成功
必填
code
int
示例:200
必填
data
object
数据字典
必填
records
array
数据列表
必填
reseverName
string
(预定人)示例:情天
必填
roomNum
string
(房间编号)示例:102
必填
reseverPhone
string
(预定电话)示例:18858442385
必填
reseverTime
string
(预定时间)示例:2021-11-03T04:00:00.000+0000
必填
rsId
int
(房态id)示例:4
必填
reseverIdCard
string
(预定人身份证)示例:330282199708293439
必填
startTime
string
(入店时间)示例:2021-11-03 12:00:00
必填
hotelId
int
(酒店id)示例:1
必填
passengerList
array
旅客信息
必填
hpId
int
(旅客id)示例:5
必填
name
string
(旅客姓名)示例:天天天
必填
sex
string
9性别)示例:男
必填
idCard
string
(身份证)示例:330282199708293431
必填
phone
string
(电话)示例:18858442385
必填
endTime
string
(离店时间)示例:2021-11-04 12:00:00
必填
type
int
(1日住 2 钟点房)示例:1
必填
status
int
(2 已入住 3已预约 4已退房 5已换房)示例:4
必填
total
int
示例:6
必填
size
int
示例:10
必填
current
int
示例:1
必填
orders
array
数据列表
必填
hitCount
boolean
示例:false
必填
searchCount
boolean
示例:true
必填
pages
int
示例:1
必填