Appearance
功能概述
土地用户草稿箱-pc
接口访问
接口地址
pc/land/user/drafts/list
请求方式 Method
GET
Header - Authorization Type : Bearer Token
| 属性 | 类型 | 长度 | 必填 | 默认值 | 说明 | 访问版本 |
|---|---|---|---|---|---|---|
| token | string | 32 | true | 用户身份标识令牌 | - |
返回值
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| id | int | true | 项目ID |
| landNumber | string | true | 土地编号 |
| landTitle | string | true | 土地名称 |
| coverImage | string | true | 封面图片地址 |
| categoryName | string | true | 类别名称 |
| circulationType | int | true | 土地流转类型 1.转包 2.出租 3.借用 4.互换 5.转让 6.处置7.融资 |
| areaType | int | true | 面积类型 1.平方 2.亩 3.公顷 |
| area | float | true | 面积 |
| price | int | true | 价格 |
| priceType | int | true | 价格类型 1.面议 2.平方 3.亩 4.公顷 |
| location | string | true | 位置 |
| demandType | int | true | 需求类型 1.卖地需求 2.买地需求 |
| projectType | int | true | 项目类型 1.简易提交 2.详细提交 |
返回示例
{
"response": [
{
"id": 1,
"landNumber": "demo",
"landTitle": "策划师",
"coverImage": "",
"categoryName": null,
"circulationType": 1,
"areaType": 2,
"area": 15.2,
"location": ""
}
],
"requestId": "85d3e00c-5c52-4d4f-8c29-d626edb6972f"
}