Skip to content

功能概述

项目列表-PC

接口访问

接口地址

pc/project/list

请求方式 Method

GET

请求参数

属性类型长度必填默认值说明
demandTypeint11true1需求类型 1.卖地需求 2.买地需求
projectClassint11true1项目类型
circulationTypeint11false0土地流转类型 1.转包 2.出租 3.借用 4.互换 5.转让 6.处置7.融资
landNatureint11false0土地性质 1. 国有建设用地 2.集体经营性用地
typeOfTenureint11false0使用权类型 1.划拨 2.出让 3.租赁 4.作价/入股 5.授权
cityint4false1城市编号
regionint4false1区域编号
townint4false1乡镇编号
villageint4false1村编号
sourceint1false1请求源 1.小程序 2.PC
pageint11false1页码

返回值

属性类型必填说明
idinttrue项目ID
projectNumberstringtrue项目编号
projectNamestringtrue项目名称
coverImagestringtrue封面图片地址
categoryNamestringtrue类别名称
landNatureinttrue土地性质 1.国有建设用地 2.集体经营性建设用地
circulationTypeinttrue土地流转类型 1.转包 2.出租 3.借用 4.互换 5.转让 6.处置7.融资
circulationPeriodstringtrue流转周期
priceTypestringtrue价格类型 1.面议 2.平方米 3.亩 4.公顷
priceinttrue价格
projectClassinttrue项目类型 1.酒店 2.仓储/物流 3.工厂 99.其他
heightinttrue层高(单位:米)
firstFloorHeightinttrue一层层高(单位:米)
floorsinttrue楼层
budgetinttrue预算
landAreafloattrue土地面积
locationstringtrue行政区
projectTypestringtrue项目类型
ownershipNatureinttrue土地权属类型 1.个人 2.企业
parkingSpaceinttrue项目类型 1.简易提交 2.详细提交
demandTypeinttrue数据业务类型 1.出售 2.需求

返回示例

{
    "response": [
        {
            "id": 17,
            "projectNumber": "B202503310aebd056",
            "projectName": "是的是的是的是的是多少大萨达",
            "coverImage": "",
            "categoryName": null,
            "landNature": 0,
            "circulationType": 0,
            "circulationPeriod": 70,
            "priceType": 2,
            "price": 0,
            "projectClass": 2,
            "height": "0.00",
            "firstFloorHeight": "0.00",
            "floors": 0,
            "rooms": 0,
            "budget": "",
            "location": "",
            "ownershipNature": 1,
            "projectType": "仓储/物流",
            "parkingSpace": 0,
            "demandType": 1,
            "isFavorites": true
        }
    ],
    "requestId": "5b3be3f0-a95c-40de-a83e-3ebbaa79cb95"
}