获取列表 树
GET
http://localhost:8087/hotel/room/getRoomFloorTree?hotelId=1
请求参数
参数名
类型
描述
必填
hotelId
int
示例:1
必填
响应参数
参数名
类型
描述
必填
msg
string
示例:请求成功
必填
code
int
示例:200
必填
value
int
(id)示例:1
必填
label
string
(楼栋层)示例:1楼
必填
pid
int
(父id)示例:0
必填
level
int
(层级)示例:1
必填
sort
int
示例:1
必填