Skip to content

功能概述

用户收藏列表接口,返回用户收藏的土地列表-pc

接口访问

接口地址

pc/user/collect/list

请求方式 Method

GET

Header - Authorization Type : Bearer Token

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

请求参数

属性类型长度必填默认值说明
typeint11false1业务类型 1.土地出售 2.土地需求 3.项目出售 4.项目需求
pageint11false1页码

返回值

属性类型必填说明
idinttrue项目ID
numberstringtrue编号
titlestringtrue名称
coverImagestringtrue封面图片地址
categoryNamestringtrue类别名称
circulationTypeinttrue土地流转类型 1.转包 2.出租 3.借用 4.互换 5.转让 6.处置7.融资
landNatureinttrue土地性质
landType1CategoryNamestringtrue土地类型一级分类名称
landType2CategoryNamestringtrue土地类型二级分类名称
ownershipNatureinttrue权属人性质 1.个人 2.企业
circulationPeriodinttrue流转年限
areaTypeinttrue面积类型 1.平方 2.亩 3.公顷
areafloattrue面积
pricefloattrue价格
priceTypeinttrue价格类型 1.面议 2.平方 3.亩 4.公顷
locationstringtrue位置
projectTypestringtrue项目类型
isOnlineinttrue是否在线 0.否 1.是
dataStatusinttrue数据状态 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"
}