Appearance
功能概述
物业列表-PC
接口访问
接口地址
pc/property/list
请求方式 Method
GET
请求参数
| 属性 | 类型 | 长度 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|---|
| propertyType | int | 1 | false | 1 | 物业类型 1. 住宅 2.公寓 3.别墅 4.度假村 5.自建房 |
| buildingType | int | 1 | false | 1 | 建筑类型 1.高层 2.底层 3.平房 |
| floorType | int | 1 | false | 1 | 楼板类型 1.塔楼 2.板式楼 3.塔板结合 4.其他 |
| province | int | 11 | false | 0 | 省份编号 |
| city | int | 4 | false | 1 | 城市编号 |
| region | int | 4 | false | 1 | 区域编号 |
| town | int | 4 | false | 1 | 乡镇编号 |
| village | int | 4 | false | 1 | 村编号 |
| source | int | 1 | false | 1 | 来源 1-小程序 2-PC |
| size | int | 3 | false | 20 | 每页数量 |
| page | int | 3 | false | 1 | 页码 |
返回值
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| usersPropertyID | int | true | 用户物业ID |
| propertyID | int | true | 物业ID |
| propertyNumber | string | true | 物业编号 |
| propertyOwnershipCertificate | string | true | 房产证地址 |
| name | string | true | 物业名称 |
| coverImage | string | true | 封面图 |
| propertyType | int | true | 物业类型 1. 住宅 2.公寓 3.别墅 4.度假村 5.自建房 |
| ownershipCategory | int | true | 权属类别 1.商品房 2.经济适用房 3.央产房 4.军产房 5.小产权房 6.自建房 |
| termOfPropertyRights | int | true | 产权年限 |
| propertyBuildingNumber | int | true | 物业楼栋数量 |
| totalHouseholds | int | true | 总户数 |
| totalBuildingArea | int | true | 总建筑面积/平方米 |
| propertyCompany | string | true | 物业公司 |
| location | string | true | 所在地 |
| navigationAddress | string | true | 导航地址 |
| buildingType | int | true | 建筑类型 1.高层 2.底层 3.平房 |
| floorType | int | true | 楼板类型 1.塔楼 2.板式楼 3.塔板结合 4.其他 |
| businessDistrict | string | true | 所属商圈 |
| projectIssues | string | true | 周边配套信息 |
| desc | string | true | 描述 |
| dataStatus | int | true | 数据状态 1.已上传 2草稿箱 3.已审核 -1.已驳回 |
| isOnline | int | true | 是否上下架 0.否 1.是 |
| rentCount | int | true | 出租数量 |
| createTime | string | true | 创建时间 |
返回示例
{
"response": [
{
"usersPropertyID": 3,
"propertyNumber": "Property202505060254ck8i",
"propertyOwnershipCertificate": "0",
"name": "万达旗下物业",
"propertyType": 1,
"ownershipCategory": 0,
"termOfPropertyRights": 0,
"propertyBuildingNumber": 0,
"totalHouseholds": 0,
"totalBuildingArea": "0.00",
"propertyCompany": "",
"location": "琼海市 ",
"navigationAddress": "",
"buildingType": 0,
"floorType": 0,
"businessDistrict": 0,
"projectIssues": "",
"desc": "",
"createTime": "2025-05-06 02:16:50"
}
],
"requestId": "ea2fd540-24e0-4548-a9f0-5f3a596eabcc"
}