Appearance
功能概述
用户收藏列表接口,返回用户收藏的土地列表-pc
接口访问
接口地址
pc/user/collect/list
请求方式 Method
GET
Header - Authorization Type : Bearer Token
| 属性 | 类型 | 长度 | 必填 | 默认值 | 说明 | 访问版本 |
|---|---|---|---|---|---|---|
| token | string | 32 | true | 用户身份标识令牌 | - |
请求参数
| 属性 | 类型 | 长度 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|---|
| type | int | 11 | false | 1 | 业务类型 1.土地出售 2.土地需求 3.项目出售 4.项目需求 |
| page | int | 11 | false | 1 | 页码 |
返回值
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| id | int | true | 项目ID |
| number | string | true | 编号 |
| title | string | true | 名称 |
| coverImage | string | true | 封面图片地址 |
| categoryName | string | true | 类别名称 |
| circulationType | int | true | 土地流转类型 1.转包 2.出租 3.借用 4.互换 5.转让 6.处置7.融资 |
| landNature | int | true | 土地性质 |
| landType1CategoryName | string | true | 土地类型一级分类名称 |
| landType2CategoryName | string | true | 土地类型二级分类名称 |
| ownershipNature | int | true | 权属人性质 1.个人 2.企业 |
| circulationPeriod | int | true | 流转年限 |
| areaType | int | true | 面积类型 1.平方 2.亩 3.公顷 |
| area | float | true | 面积 |
| price | float | true | 价格 |
| priceType | int | true | 价格类型 1.面议 2.平方 3.亩 4.公顷 |
| location | string | true | 位置 |
| projectType | string | true | 项目类型 |
| isOnline | int | true | 是否在线 0.否 1.是 |
| dataStatus | int | true | 数据状态 0.未上架 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"
}