Appearance
功能概述
用户收藏列表接口,返回用户收藏的列表。
接口访问
接口地址
user/collect/list
请求方式 Method
GET
Header - Authorization Type : Bearer Token
| 属性 | 类型 | 长度 | 必填 | 默认值 | 说明 | 访问版本 |
|---|---|---|---|---|---|---|
| token | string | 32 | true | 用户身份标识令牌 | - |
请求参数
| 属性 | 类型 | 长度 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|---|
| type | int | 11 | false | 1 | 业务类型 1.房产 |
| page | int | 11 | false | 1 | 页码 |
返回值
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| usersPropertyBuildingHouseID | int | true | 用户房产ID |
| propertyID | int | true | 物业ID |
| propertyBuildingID | int | true | 楼栋ID |
| propertyBuildingUnitID | int | true | 单元ID |
| propertyBuildingHouseID | int | true | 房产ID |
| houseNumber | string | true | 楼栋编号或名称描述 |
| coverImage | string | true | 封面图 |
| location | string | true | 地址信息 |
| totalRooms | int | true | 房间数 |
| totalLivingRoom | int | true | 客厅数 |
| totalKitchen | int | true | 厨房数 |
| totalToilet | int | true | 厕所数 |
| totalBalcony | int | true | 阳台数 |
| face | float | true | 房价 |
| floor | int | true | 楼层 |
| floorHeight | string | true | 层高(单位:米) |
| rent | float | true | 租金 |
| certificateArea | float | true | 产证面积(单位:平方米) |
| actualArea | float | true | 实际面积(单位:平方米) |
| sharedArea | float | true | 公摊面积(单位:平方米) |
| gardenArea | float | true | 花园面积(单位:平方米) |
| decorationSituation | int | true | 装修情况 0.未知 1.毛坯 2.简单装修 3.精装修 4.豪华装修 |
| propertyRight | int | true | 产权 1.个人 2.他人 3.企业 |
| roomMode | int | true | 房屋用途 0.未知 1.自用 2.出租 3.民宿 |
| isCollection | int | true | 是否收藏 0.否 1.是 |
| isOnline | int | true | 是否在线 0.否 1.是 |
| createTime | string | true | 创建时间 |
| dataStatus | int | true | 数据状态 1.待审核 2.草稿箱 3.已通过 -1.已驳回 |
返回示例
{
"response": [
{
"id": 11,
"number": "A202502180916c204",
"title": "海口秀英区 25.45亩 城镇住宅用地 使用权转让",
"coverImage": "图片地址",
"categoryName": "工矿仓储用地",
"circulationType": 0,
"areaType": 2,
"area": 80,
"location": "海口市琼山区",
"isOnline": 0,
"dataStatus": 3
},
{
"id": 10,
"number": "A2025021808c07627",
"title": "海口秀英区 25.45亩 城镇住宅用地 使用权转让",
"coverImage": "图片地址",
"categoryName": "工矿仓储用地",
"circulationType": 0,
"areaType": 2,
"area": 80,
"location": "海口市琼山区",
"isOnline": 1,
"dataStatus": 3
},
{
"id": 9,
"landNumber": "A202502180c35f3c6",
"landTitle": "海口秀英区 25.45亩 城镇住宅用地 使用权转让",
"coverImage": "图片地址",
"categoryName": "工矿仓储用地",
"circulationType": 0,
"areaType": 2,
"area": 80,
"location": "海口市琼山区",
"isOnline": 1,
"dataStatus": 3
}
],
"requestId": "0d06eeb0-7748-4b1f-9c60-a7adb92c4109"
}