文档
测试

获取员工的开门权限

GET
http://localhost:8087/hotel/openAuthority/getEmployeeAuthorityRoomList?hotelId=1&heId=1

请求参数

参数名
类型
描述
必填
hotelId
int
(酒店id)示例:1
必填
heId
int
(员工id)示例:1
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:请求成功
必填
code
int
示例:200
必填
data
array
数据列表
必填
roomNum
string
(房间号)示例:101
必填
isAuthority
int
(1 有权限 )示例:0
必填
roomId
int
(房间di)示例:1
必填
roomType
string
(房间类型)示例:单人间
必填