文档
测试

根据楼层查询房间

POST
http://192.168.103.3/invest/house/getHouseListByFloorId

请求头

参数名
类型
描述
必填
Authorization
Bearer token
必填

请求参数

参数名
类型
描述
必填
id
String
楼层id
必填

说明 / 示例

{ "count": 1, "list": [ { "building": { "detailedAddress": "启迪园区", "name": "5号楼", "navPicture": "cc5ed4b9-f362-4003-b4be-ad58ce13edb1.png", "buildDate": "2020-06-25 13:00:00", "rentedQuantity": 4, "id": "808080807375d5de017375d79d070000" }, "floor": { "id": "808080807375d5de017375d9953c0020", "name": "1" }, "roomNumber": "101", "area": 200.0, "renovation": "hardcover", "investStatus": "inviting", "prePrice": 10.0, "priceUnit": "yuanMeterMonth", "houseLabel": "好户型,价格实惠,交通便利,商业区", "canDelete": "1", "id": "808080807375d5de017375dd724a0024", "status": "vacant", "tenantId": "001", "platformId": "P001", "createUser": "admin", "createTime": "2020-07-22 17:31:54", "updateTime": "2020-07-28 11:50:14" } ] }