Appearance
功能概述
用户参与列表接口,返回用户参与的列表。
接口访问
接口地址
user/join/list
请求方式 Method
GET
Header - Authorization Type : Bearer Token
| 属性 | 类型 | 长度 | 必填 | 默认值 | 说明 | 访问版本 |
|---|---|---|---|---|---|---|
| token | string | 32 | true | 用户身份标识令牌 | - |
请求参数
| 属性 | 类型 | 长度 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|---|
| type | int | 11 | false | 1 | 业务类型 1.土地出售 2.土地需求 3.项目出售 4.项目需求 |
返回值
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| 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 | 位置 |
| isOnline | int | true | 是否在线 0.否 1.是 |
| joinTop | int | true | 参与置顶 0-否 1-是 |
| collectTop | int | true | 收藏置顶 0.否 1.是 |
| releaseTop | int | true | 发布置顶 0.否 1.是 |
| projectType | string | true | 项目类型 |
| dataStatus | int | true | 数据状态 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"
}