Skip to content

功能概述

用户参与列表接口,返回用户参与的土地列表-pc

接口访问

接口地址

pc/user/join/list

请求方式 Method

GET

Header - Authorization Type : Bearer Token

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

请求参数

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

返回值

属性类型必填说明
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位置
isOnlineinttrue是否在线 0.否 1.是
projectTypestringtrue项目类型
dataStatusinttrue数据状态 1.待审核 2.草稿箱 3.已通过 -1.已驳回

返回示例

{
    "response": [
        {
            "id": 11,
            "number": "A202502180916c204",
            "title": "250.2222",
            "coverImage": "图片地址",
            "categoryName": "工矿仓储用地",
            "circulationType": 0,
            "areaType": 2,
            "area": 80,
            "location": "海口市琼山区",
            "isOnline": 0,
            "dataStatus": 3
        },
        {
            "id": 10,
            "number": "A2025021808c07627",
            "title": "250.2222",
            "coverImage": "图片地址",
            "categoryName": "工矿仓储用地",
            "circulationType": 0,
            "areaType": 2,
            "area": 80,
            "location": "海口市琼山区",
            "isOnline": 1,
            "dataStatus": 3
        }
    ],
    "requestId": "1ccc5803-08b9-4e7e-b51a-8b883334b5ef"
}