房间列表
GET
http://localhost:8091/admin/auctionHouse/getHouseList?current=1&size=10&search=10%E5%B9%A2
请求参数
参数名
类型
描述
必填
current
int
示例:1
必填
size
int
示例:10
必填
search
string
示例:10幢
必填
rentStatus
int
(0全部 1 在租 2空房)示例:1
必填
响应参数
参数名
类型
描述
必填
msg
string
示例:请求成功
必填
code
int
示例:200
必填
area
int
(面积)示例:100
必填
startPrice
int
(租金)示例:20000
必填
rentStatus
int
(1 在租 2空房)示例:2
必填
toward
string
(朝向)示例:东
必填
rentDeposit
int
(押金)示例:5000
必填
road
string
(路段)示例:横一路
必填
propertyFee
int
(物业费)示例:13200
必填
houseNum
string
(房号)示例:10幢10号
必填
ahId
int
(房屋id)示例:7
必填
properyType
物业类型
必填
isItem
0 未公示 1 已公示
必填
total
int
示例:3
必填
size
int
示例:10
必填
current
int
示例:1
必填
orders
array
数据列表
必填
hitCount
boolean
示例:false
必填
searchCount
boolean
示例:true
必填
pages
int
示例:1
必填