Appearance
功能概述
土地列表
接口访问
接口地址
land/list
请求方式 Method
GET
Header - Authorization Type : Bearer Token
| 属性 | 类型 | 长度 | 必填 | 默认值 | 说明 | 访问版本 |
|---|---|---|---|---|---|---|
| token | string | 32 | true | 用户身份标识令牌 | - |
请求参数
| 属性 | 类型 | 长度 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|---|
| demandType | int | 11 | true | 1 | 需求类型 1.卖地需求 2.买地需求 |
| landTypeID | int | 11 | false | 0 | 土地类型(一级类) |
| landTypePID | int | 11 | false | 0 | 土地类型(二级类) |
| 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 |
| landNumber | string | true | 土地编号 |
| landTitle | string | true | 土地名称 |
| landNature | int | true | 土地性质 1.国有建设用地 2.集体经营性建设用地 |
| 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 | 面积 |
| location | string | true | 位置 |
| ownershipNature | int | true | 土地权属类型 1.个人 2.企业 |
| isOnline | int | true | 是否在线 0.否 1.是 |
| projectType | int | true | 项目类型 1.简易提交 2.详细提交 |
| dataStatus | int | true | 数据状态 1.待审核 2.草稿箱 3.已通过 -1.已驳回 |
| demandType | int | true | 数据业务类型 1.出售 2.需求 |
| circulationType | int | true | 土地流转类型 1.转包 2.出租 3.借用 4.互换 5.转让 6.处置7.融资 |
| isFavorites | bool | true | 当前用户是否收藏 false.否 true.是 |
返回示例
{
"response": [
{
"id": 91,
"landNumber": "A20250304059f5a5f",
"landTitle": "海口美兰区66平米土地转让",
"coverImage": "https://file.pushhaa.com/2c2b01e1df9b80fef46b323cea92ebbf.jpg",
"categoryName": "耕地",
"circulationType": 2,
"landNature": 1,
"areaType": 1,
"area": 66,
"priceType": 2,
"price": 66,
"budget": "",
"location": "海口市美兰区",
"demandType": 1,
"ownershipNature": 0,
"isFavorites": false
}
],
"requestId": "8fa92717-46de-4174-83dd-24f060d39e47"
}