Appearance
功能概述
PC-首页搜索
接口访问
接口地址
pc/home/search
请求方式 Method
GET
请求参数
| 属性 | 类型 | 长度 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|---|
| keyword | string | 256 | false | 搜索关键字 | |
| demandType | int | 1 | false | 需求类型 1-出售 2-需求 | |
| type | int | 1 | false | 请求类型 1-房产 2-物业 | |
| city | int | 1 | false | 城市ID | |
| newTop | int | 1 | false | 按最新 1-由高到低 0-由低到高 | |
| areaTop | int | 1 | false | 按面积 1-由高到低 0-由低到高 | |
| priceTop | int | 1 | false | 按价格 1-由高到低 0-由低到高 | |
| propertyType | int | 1 | false | 物业类型 1. 住宅 2.公寓 3.别墅 4.度假村 5.自建房 | |
| buildingType | int | 1 | false | 建筑类型 1.高层 2.底层 3.平房 | |
| floorType | int | 1 | false | 楼板类型 1.塔楼 2.板式楼 3.塔板结合 4.其他 | |
| decorationSituation | int | 1 | false | 装修情况 0.未知 1.毛坯 2.简单装修 3.精装修 4.豪华装修 | |
| face | int | 1 | false | 房屋朝向 朝向 1.坐北朝南 2.坐南朝北 3.坐东朝西 4.坐西朝东 5.坐东南朝西北 6.坐东北朝西南 7.坐西北朝东南 8.坐西南朝东北 | |
| page | int | 11 | false | 页码 | |
| pageSize | int | 11 | false | 每页返回数 |
返回值
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| totalCount | int | true | 返回数量 |
| houseList | array | false | 房产列表 |
houseList
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| usersPropertyBuildingHouseID | int | true | 房产编号 |
| propertyID | int | true | 物业编号 |
| propertyBuildingID | int | true | 物业楼栋编号 |
| propertyBuildingUnitID | int | true | 物业楼栋单元编号 |
| propertyBuildingHouseID | int | true | 物业楼栋房产编号 |
| houseNumber | string | true | 楼栋编号或名称描述 |
| coverImage | string | true | 封面图 |
| decorationSituation | string | true | 装修情况 0.未知 1.毛坯 2.简单装修 3.精装修 4.豪华装修 |
| propertyRight | int | true | 产权 1.个人 2.他人 3.企业 |
| roomMode | int | true | 房屋用途 0.未知 1.自用 2.出租 3.民宿 |
| demandType | int | true | 需求类型 1-出售 2-需求 |
| createTime | int | true | 创建时间 |
返回示例
{
"response": {
"houseList": [
{
"usersPropertyBuildingHouseID": 11,
"propertyID": 1,
"propertyBuildingID": 2,
"propertyBuildingUnitID": 3,
"propertyBuildingHouseID": 0,
"houseNumber": "4",
"coverImage": "",
"location": null,
"totalRooms": 0,
"totalLivingRoom": 0,
"totalKitchen": 0,
"totalToilet": 0,
"totalBalcony": 0,
"face": 0,
"floor": 0,
"floorHeight": "0.00",
"rent": 0,
"certificateArea": "0.00",
"actualArea": "0.00",
"sharedArea": "0.00",
"gardenArea": "0.00",
"decorationSituation": 0,
"propertyRight": 0,
"roomMode": 0,
"dataStatus": 3,
"createTime": "2025-05-15 13:55:03"
}
]
},
"requestId": "742f0967-e746-4b6d-87bc-7c01b3324373"
}