Appearance
功能概述
房产列表-PC
接口访问
接口地址
pc/property/house/list
请求方式 Method
GET
请求参数
| 属性 | 类型 | 长度 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|---|
| propertyID | int | 11 | false | 1 | 物业ID |
| propertyBuildingID | int | 11 | false | 1 | 物业楼栋ID |
| propertyBuildingUnitID | int | 11 | false | 1 | 物业楼栋单元ID |
| houseNumber | int | 11 | false | 0 | 楼栋编号或名称描述 |
| decorationSituation | int | 1 | false | 1 | 装修情况 0.未知 1.毛坯 2.简单装修 3.精装修 4.豪华装修 |
| roomMode | int | 1 | false | 1 | 房屋用途 0.未知 1.自用 2.出租 3.民宿 |
| size | int | 11 | false | 20 | 每页数量 |
| source | int | 1 | false | 1 | 请求源 1.小程序 2.PC |
| page | int | 3 | false | 1 | 页码 |
返回值
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| usersPropertyBuildingHouseID | int | true | 用户房产ID |
| propertyID | string | true | 物业ID |
| propertyBuildingID | string | true | 物业楼栋ID |
| propertyBuildingUnitID | string | true | 物业楼栋单元ID |
| coverImage | string | true | 封面图 |
| propertyBuildingHouseID | int | true | 物业楼栋房产ID |
| houseNumber | string | true | 楼栋编号或名称描述 |
| location | string | true | 所在地 |
| totalRooms | int | true | 房间数 |
| totalLivingRoom | int | true | 客厅数 |
| totalKitchen | int | true | 厨房数 |
| totalToilet | int | true | 厕所数 |
| totalBalcony | int | true | 阳台数 |
| face | int | true | 朝向 1.坐北朝南 2.坐南朝北 3.坐东朝西 4.坐西朝东 5.坐东南朝西北 6.坐东北朝西南 7.坐西北朝东南 8.坐西南朝东北 |
| floor | int | true | 楼层 |
| floorHeight | int | true | 层高(单位:米) |
| rent | int | true | 租金(单位:分) |
| certificateArea | int | true | 产证面积(单位:平方米) |
| actualArea | int | true | 实际面积(单位:平方米) |
| sharedArea | int | true | 公摊面积(单位:平方米) |
| gardenArea | int | true | 花园面积(单位:平方米) |
| numberProperty | int | true | 物业数量 |
| numberHouse | int | true | 房产数量 |
| numberCommission | int | true | 委托数量 |
| numberRent | int | true | 出租数量 |
| decorationSituation | int | true | 装修情况 0.未知 1.毛坯 2.简单装修 3.精装修 4.豪华装修 |
| propertyRight | int | true | 物业楼栋数量 |
| dataStatus | int | true | 数据状态 1.已上传 2草稿箱 3.已审核 -1.已驳回 |
| isOnline | int | true | 是否上下架 0.否 1.是 |
| roomMode | int | true | 产权 1.个人 2.他人 3.企业 |
| createTime | string | true | 创建时间 |
返回示例
{
"response": [
{
"usersPropertyBuildingHouseID": 3,
"propertyID": 1,
"propertyBuildingID": 1,
"propertyBuildingUnitID": 1,
"propertyBuildingHouseID": 0,
"houseNumber": "这是房子",
"decorationSituation": 0,
"propertyRight": 0,
"roomMode": 0,
"dataStatus": 3,
"createTime": "2025-05-06 04:48:26"
}
],
"requestId": "6d54da5f-12f1-48c1-86cb-5420abe24ea0"
}