Skip to content

功能概述

物业列表-PC

接口访问

接口地址

pc/property/list

请求方式 Method

GET

请求参数

属性类型长度必填默认值说明
propertyTypeint1false1物业类型 1. 住宅 2.公寓 3.别墅 4.度假村 5.自建房
buildingTypeint1false1建筑类型 1.高层 2.底层 3.平房
floorTypeint1false1楼板类型 1.塔楼 2.板式楼 3.塔板结合 4.其他
provinceint11false0省份编号
cityint4false1城市编号
regionint4false1区域编号
townint4false1乡镇编号
villageint4false1村编号
sourceint1false1来源 1-小程序 2-PC
sizeint3false20每页数量
pageint3false1页码

返回值

属性类型必填说明
usersPropertyIDinttrue用户物业ID
propertyIDinttrue物业ID
propertyNumberstringtrue物业编号
propertyOwnershipCertificatestringtrue房产证地址
namestringtrue物业名称
coverImagestringtrue封面图
propertyTypeinttrue物业类型 1. 住宅 2.公寓 3.别墅 4.度假村 5.自建房
ownershipCategoryinttrue权属类别 1.商品房 2.经济适用房 3.央产房 4.军产房 5.小产权房 6.自建房
termOfPropertyRightsinttrue产权年限
propertyBuildingNumberinttrue物业楼栋数量
totalHouseholdsinttrue总户数
totalBuildingAreainttrue总建筑面积/平方米
propertyCompanystringtrue物业公司
locationstringtrue所在地
navigationAddressstringtrue导航地址
buildingTypeinttrue建筑类型 1.高层 2.底层 3.平房
floorTypeinttrue楼板类型 1.塔楼 2.板式楼 3.塔板结合 4.其他
businessDistrictstringtrue所属商圈
projectIssuesstringtrue周边配套信息
descstringtrue描述
dataStatusinttrue数据状态 1.已上传 2草稿箱 3.已审核 -1.已驳回
isOnlineinttrue是否上下架 0.否 1.是
rentCountinttrue出租数量
createTimestringtrue创建时间

返回示例

{
    "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"
}