Appearance
功能概述
项目列表
接口访问
接口地址
project/list
请求方式 Method
GET
Header - Authorization Type : Bearer Token
| 属性 | 类型 | 长度 | 必填 | 默认值 | 说明 | 访问版本 |
|---|---|---|---|---|---|---|
| token | string | 32 | true | 用户身份标识令牌 | - |
请求参数
| 属性 | 类型 | 长度 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|---|
| demandType | int | 11 | true | 1 | 需求类型 1.卖地需求 2.买地需求 |
| projectClass | int | 11 | true | 1 | 项目类型 |
| circulationType | int | 11 | false | 0 | 土地流转类型 1.转包 2.出租 3.借用 4.互换 5.转让 6.处置7.融资 |
| landNature | int | 11 | false | 0 | 土地性质 1. 国有建设用地 2.集体经营性用地 |
| typeOfTenure | int | 11 | false | 0 | 使用权类型 1.划拨 2.出让 3.租赁 4.作价/入股 5.授权 |
| city | int | 4 | false | 1 | 城市编号 |
| region | int | 4 | false | 1 | 区域编号 |
| town | int | 4 | false | 1 | 乡镇编号 |
| village | int | 4 | false | 1 | 村编号 |
| source | int | 1 | false | 1 | 请求源 1.小程序 2.PC |
| page | int | 11 | false | 1 | 页码 |
返回值
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| id | int | true | 项目ID |
| projectNumber | string | true | 项目编号 |
| projectName | string | true | 项目名称 |
| coverImage | string | true | 封面图片地址 |
| categoryName | string | true | 类别名称 |
| landNature | int | true | 土地性质 1.国有建设用地 2.集体经营性建设用地 |
| circulationType | int | true | 土地流转类型 1.转包 2.出租 3.借用 4.互换 5.转让 6.处置7.融资 |
| circulationPeriod | string | true | 流转周期 |
| priceType | string | true | 价格类型 1.面议 2.平方米 3.亩 4.公顷 |
| price | int | true | 价格 |
| projectClass | int | true | 项目类型 1.酒店 2.仓储/物流 3.工厂 99.其他 |
| height | int | true | 层高(单位:米) |
| firstFloorHeight | int | true | 一层层高(单位:米) |
| floors | int | true | 楼层 |
| budget | int | true | 预算 |
| location | string | true | 行政区 |
| projectType | string | true | 项目类型 |
| ownershipNature | int | true | 土地权属类型 1.个人 2.企业 |
| parkingSpace | int | true | 项目类型 1.简易提交 2.详细提交 |
| demandType | int | true | 数据业务类型 1.出售 2.需求 |
| isFavorites | bool | true | 当前用户是否收藏 false.否 true.是 |
返回示例
{
"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"
}