Appearance
功能概述
用户发布列表接口,返回用户发布的土地列表-pc
接口访问
接口地址
pc/user/release/list
请求方式 Method
GET
Header - Authorization Type : Bearer Token
| 属性 | 类型 | 长度 | 必填 | 默认值 | 说明 | 访问版本 |
|---|---|---|---|---|---|---|
| token | string | 32 | true | 用户身份标识令牌 | - |
请求参数
| 属性 | 类型 | 长度 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|---|
| type | int | 11 | false | 1 | 业务类型 1.土地出售 2.土地需求 3.项目出售 4.项目需求 |
| filter | int | 2 | false | 0 | 搜索类型 0.全部 1.已上架 2.已下架 |
返回值
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| 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.是 |
| projectType | int | true | 项目类型 1.简易提交 2.详细提交 |
| demandType | int | true | 需求类型 1.卖地需求 2.买地需求 |
| dataStatus | int | true | 数据状态 1.待审核 2.草稿箱 3.已通过 -1.已驳回 |
返回示例
{
"response": [
{
"id": 44,
"number": "A20250227021fa2c8",
"title": "沙发大点点",
"coverImage": "",
"categoryName": null,
"circulationType": 0,
"areaType": 1,
"area": 0,
"location": "",
"isOnline": 0,
"projectType": 1,
"demandType": 1,
"dataStatus": 1
},
{
"id": 43,
"number": "A202502270acfb87f",
"title": "沙发大点点",
"coverImage": "",
"categoryName": null,
"circulationType": 0,
"areaType": 1,
"area": 0,
"location": "",
"isOnline": 0,
"projectType": 1,
"demandType": 1,
"dataStatus": 1
}
],
"requestId": "f4f8d7e2-a437-40f7-9828-15f93fa8a5e6"
}