Appearance
功能概述
获取物业信息
接口访问
接口地址
property/message/propertyList
请求方式 Method
GET
Header - Authorization Type : Bearer Token
| 属性 | 类型 | 长度 | 必填 | 默认值 | 说明 | 访问版本 |
|---|---|---|---|---|---|---|
| token | string | 32 | true | 用户身份标识令牌 | - |
返回值
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| propertyID | int | true | 物业ID |
| coverImage | string | true | 封面图 |
| propertyNumber | string | true | 物业编号 |
| propertyName | string | true | 物业名称 |
| location | string | true | 地区 |
| timeForCompletion | int | true | 竣工年份 |
返回示例
{
"response": [
{
"propertyID": 3,
"propertyNumber": "Property202505060254ck8i",
"propertyName": "万达旗下物业",
}
],
"requestId": "ea2fd540-24e0-4548-a9f0-5f3a596eabcc"
}