文档
测试

获取楼层

POST
api/cost/Housekeeping/getFloor

接口描述

获取楼层

响应参数

参数名
类型
描述
必填
floor
int
楼层数字
必填
text
string
显示字段
必填
count
int
房间数量
必填
continue_count
int
续住房数量
必填
rtreat_count
int
退住房数量
必填
sweep_dust_count
int
扫尘房数量
必填
clean_count
int
干净房数量
必填
qing_dynasty_count
int
大清房数量
必填
repair_count
int
维修房数量
必填

说明 / 示例

``` { "code": 1, "msg": "获取成功", "time": "1674811323", "data": { "floor": [ { "floor": 1, "text": "一楼", "count": 1, "continue_count": 1, "rtreat_count": 0, "sweep_dust_count": 0, "clean_count": 0, "qing_dynasty_count": 0, "repair_count": 0 }, { "floor": 2, "text": "二楼", "count": 1, "continue_count": 1, "rtreat_count": 0, "sweep_dust_count": 0, "clean_count": 0, "qing_dynasty_count": 0, "repair_count": 0 } ] } } ```