Appearance
功能概述
项目列表(用户草稿箱)
接口访问
接口地址
project/user/drafts/list
请求方式 Method
GET
Header - Authorization Type : Bearer Token
| 属性 | 类型 | 长度 | 必填 | 默认值 | 说明 | 访问版本 |
|---|---|---|---|---|---|---|
| token | string | 32 | true | 用户身份标识令牌 | - |
返回值
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| id | int | true | 项目ID |
| projectNumber | string | true | 项目编号 |
| projectName | string | true | 项目名称 |
| coverImage | string | true | 封面图片地址 |
| categoryName | string | true | 类别名称 |
| circulationType | int | true | 土地流转类型 1.转包 2.出租 3.借用 4.互换 5.转让 6.处置7.融资 |
| location | string | true | 位置 |
| demandType | int | true | 需求类型 1.卖地需求 2.买地需求 |
| projectType | int | true | 项目类型 1.简易提交 2.详细提交 |
返回示例
{
"response": [
{
"id": 1,
"projectNumber": "",
"projectName": "策划师",
"coverImage": "",
"categoryName": null,
"circulationType": 0,
"location": "",
"projectType": 1
}
],
"requestId": "6cb3e609-fa8e-43a6-9247-3c04471ad202"
}