Skip to content

功能概述

获取物业信息

接口访问

接口地址

property/message/propertyList

请求方式 Method

GET

Header - Authorization Type : Bearer Token

属性类型长度必填默认值说明访问版本
tokenstring32true用户身份标识令牌-

返回值

属性类型必填说明
propertyIDinttrue物业ID
coverImagestringtrue封面图
propertyNumberstringtrue物业编号
propertyNamestringtrue物业名称
locationstringtrue地区
timeForCompletioninttrue竣工年份

返回示例

{
    "response": [
        {
            "propertyID": 3,
            "propertyNumber": "Property202505060254ck8i",
            "propertyName": "万达旗下物业",
        }
    ],
    "requestId": "ea2fd540-24e0-4548-a9f0-5f3a596eabcc"
}