Skip to content

功能概述

项目列表(用户草稿箱)-pc

接口访问

接口地址

pc/project/user/drafts/list

请求方式 Method

GET

Header - Authorization Type : Bearer Token

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

返回值

属性类型必填说明
idinttrue项目ID
projectNumberstringtrue项目编号
projectNamestringtrue项目名称
coverImagestringtrue封面图片地址
categoryNamestringtrue类别名称
circulationTypeinttrue土地流转类型 1.转包 2.出租 3.借用 4.互换 5.转让 6.处置7.融资
locationstringtrue位置
priceinttrue价格
priceTypeinttrue价格类型 1.面议 2.平方 3.亩 4.公顷
demandTypeinttrue需求类型 1.卖地需求 2.买地需求
projectTypeinttrue项目类型 1.简易提交 2.详细提交

返回示例

{
    "response": [
        {
            "id": 1,
            "projectNumber": "",
            "projectName": "策划师",
            "coverImage": "",
            "categoryName": null,
            "circulationType": 0,
            "location": "",
            "projectType": 1
        }
    ],
    "requestId": "6cb3e609-fa8e-43a6-9247-3c04471ad202"
}