Skip to content

功能概述

土地详情-PC

接口访问

接口地址

pc/land/detail

请求方式 Method

GET

请求参数

属性类型长度必填默认值说明
landIDint11true土地编号

返回值

属性类型必填说明
idinttrue项目ID
landNumberstringtrue土地编号
landTitlestringtrue土地名称
circulationTypeinttrue土地流转类型 1.转包 2.出租 3.借用 4.互换 5.转让 6.处置7.融资
landTypeIDinttrue土地类型ID
landTypePIDinttrue土地类型父ID
landType1CategoryNamestringtrue土地类型一级分类名称
landType2CategoryNamestringtrue土地类型二级分类名称
landNatureinttrue土地性质 1. 国有建设用地 2.集体经营性用地
typeOfTenureinttrue产权性质 1.划拨 2.出让 3.租赁 4.作价/入股 5.授权
warrantNumberstringtrue权证号
coverImagestringtrue封面图片
locationstringtrue土地位置
navigationAddressstringtrue导航地址
longitudestringtrue经度
latitudestringtrue纬度
cityinttrue城市ID
regioninttrue区ID
towninttrue镇ID
villageinttrue村ID
cityNamestringtrue城市名称
regionNamestringtrue区名称
townNamestringtrue镇名称
villageNamestringtrue村名称
areaTypeinttrue面积类型 1.平方 2.亩 3.公顷
areafloattrue面积
circulationPeriodinttrue土地流转周期
priceTypeinttrue价格类型 1.面议 2.平方 3.亩 4.公顷
pricefloattrue价格
budgetstringtrue项目需求预算
ownershipNatureinttrue产权性质 1.个人 2.企业
ownershipUserNamestringtrue产权人名称
ownershipCompanyNamestringtrue公司名称
ownershipMobilestringtrue手机号
ownershipCertificateTypeinttrue权属证件类型 1. 身份证 2. 护照 3. 军官证 4. 企业税号
ownershipCertificatestringtrue证件号码
clientUserNamestringtrue委托人名称
clientMobilestringtrue委托人联系方式
sourceInfostringtrue信息来源名称
sourceMobilestringtrue信息来源联系方式
descstringtrue土地描述
demandTypeinttrue需求类型 1.卖地需求 2.买地需求
demandPatterninttrue买地需求类型 1 求租 2 购买 3 置换 4 处置 5 融资 6 官司
applicationstringtrue用途类型
filesarraytrue附件列表
imagearraytrue图片列表
voicearraytrue视频列表
agreementListarraytrue协议列表
isOnlineinttrue是否在线 0.否 1.是
onlineTimestringtrue在线时间
createTimestringtrue创建时间

返回示例

{
    "response": {
        "id": 10,
        "landNumber": "A2025021808c07627",
        "landTitle": "250.2222",
        "circulationType": 0,
        "landTypeID": 6,
        "landTypePID": 38,
        "landType1CategoryName": "工业用地",
        "landType2CategoryName": "工矿仓储用地",
        "landNature": 1,
        "typeOfTenure": 1,
        "warrantNumber": "这是站号",
        "coverImage": "图片地址",
        "location": "海口市琼山区",
        "navigationAddress": "这是详细导航地址",
        "longitude": "102.0000005",
        "latitude": "250.2222",
        "city": 35,
        "region": 56,
        "town": 0,
        "village": 0,
        "cityName": "海口市",
        "regionName": "琼山区",
        "townName": "",
        "villageName": "",
        "areaType": 2,
        "area": 80,
        "circulationPeriod": 70,
        "priceType": 1,
        "price": 0,
        "ownershipNature": 1,
        "ownershipUserName": "张三",
        "ownershipCompanyName": "",
        "ownershipMobile": "18918134549",
        "ownershipCertificateType": 1,
        "ownershipCertificate": "123",
        "clientUserName": "",
        "clientMobile": "",
        "desc": "",
        "demandType": "1",
        "demandPattern": "0",
        "files": [
            {
                "id": 73,
                "materialName": "现场图",
                "materialFileName": "文件原本名称",
                "materialUrl": "http: //www.baidu.com",
                "materialFileFormat": "PDF",
                "materialFileSize": 2300
            },
            {
                "id": 74,
                "materialName": "现场图",
                "materialFileName": "文件原本名称",
                "materialUrl": "http: //www.baidu.com",
                "materialFileFormat": "jpg",
                "materialFileSize": 2300
            },
            {
                "id": 75,
                "materialName": "现场图",
                "materialFileName": "文件原本名称",
                "materialUrl": "http: //www.baidu.com",
                "materialFileFormat": "jpg",
                "materialFileSize": 2300
            }
        ],
        "image": [],
        "voice": [],
        "isOnline": 1,
        "isMe": true,
        "isJoin": true,
        "permission": 1,
        "isCollection": 1,
        "onlineTime": "-0001-11-30 00:00:00",
        "createTime": "2025-02-18 17:33:54"
    },
    "requestId": "30bad7b3-5a51-488c-9152-1da4819ee666"
}