Appearance
功能概述
项目详情-PC
接口访问
接口地址
pc/project/detail
请求方式 Method
GET
请求参数
| 属性 | 类型 | 长度 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|---|
| projectID | int | 11 | true | 项目编号 |
返回值
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| id | int | true | 项目ID |
| projectNumber | string | true | 项目编号 |
| projectName | string | true | 项目名称 |
| landNature | int | true | 土地性质 1. 国有建设用地 2.集体经营性用地 |
| circulationType | int | true | 土地流转类型 1.转包 2.出租 3.借用 4.互换 5.转让 6.处置7.融资 |
| warrantNumber | string | true | 权证号 |
| coverImage | string | true | 封面图片 |
| circulationPeriod | int | true | 土地流转周期 |
| navigationAddress | string | true | 导航地址 |
| location | string | true | 土地位置 |
| longitude | string | true | 经度 |
| latitude | string | true | 纬度 |
| city | int | true | 城市ID |
| region | int | true | 区ID |
| town | int | true | 镇ID |
| village | int | true | 村ID |
| cityName | string | true | 城市名称 |
| regionName | string | true | 区名称 |
| townName | string | true | 镇名称 |
| villageName | string | true | 村名称 |
| priceType | int | true | 价格类型 1.面议 2.平方 3.亩 4.公顷 |
| price | float | true | 价格 |
| budget | string | true | 项目预算,买地需求 |
| plotRatio | int | true | 容积率 |
| greening_rate | int | true | 绿化率 |
| landArea | int | true | 土地面积(单位:平方米) |
| vacantArea | int | true | 空地面积(单位:平方米) |
| occupiedArea | int | true | 占地面积(单位:平方米) |
| buildingArea | int | true | 建筑面积(单位:平方米) |
| aboveGroundArea | int | true | 地上建筑面积(单位:平方米) |
| basementArea | int | true | 地下室建筑面积(单位:平方米) |
| officeArea | int | true | 办公面积(单位:平方米) |
| factoryArea | int | true | 厂房面积(单位:平方米) |
| dormitoryArea | int | true | 宿舍面积(单位:平方米) |
| height | int | true | 层高(单位:米) |
| firstFloorHeight | int | true | 一层层高(单位:米) |
| floors | int | true | 楼层 |
| floorPlanning | int | true | 每层规划多少房间 |
| rooms | int | true | 房间数量 |
| groundParking | int | true | 地面停车位数量 |
| basementParking | int | true | 地下室停车位数量 |
| currentPower | string | true | 现配电 |
| potentialPower | string | true | 可配电 |
| railwayPlatform | string | true | 月台 |
| structure | int | true | 仓库结构 |
| floorLoad | string | true | 楼面负载 |
| surroundingRent | int | true | 周边预计租金(单位:元/平方米) |
| projectIssues | string | true | 周边配套信息 |
| ownershipNature | int | true | 权属人性质 1.个人 2.企业 |
| ownershipUserName | string | true | 权属人名称 权属人为个人时不为空 |
| ownershipCompanyName | string | true | 权属集团名称 权属人为企业时不为空 |
| ownershipMobile | int | true | 权属联系方式 |
| ownershipCertificateType | int | true | 权属证件类型 1. 身份证 2. 护照 3. 军官证 4. 企业税号 |
| ownershipCertificate | string | true | 权属证件内容 |
| clientUserName | string | true | 委托人名称 |
| clientMobile | int | true | 委托人联系方式 |
| sourceInfo | string | true | 信息来源名称 |
| sourceMobile | string | true | 信息来源联系方式 |
| desc | string | true | 描述 |
| expectedRevenue | int | true | 预计营业额 |
| projectClass | int | true | 项目类型 |
| isBusiness | int | true | 是否营业 0.否 1.是 |
| environmentalImpact | int | true | 是否可办理环评(0: 否, 1: 是) |
| fireRecord | int | true | 是否有消防许可(0: 否, 1: 是) |
| demandType | int | true | 项目需求类型 1 卖项目需求 2 买项目需求 |
| demandPattern | string | true | 需求方式 |
| application | string | true | 用途类型 |
| files | array | true | 附件列表 |
| image | array | true | 图片列表 |
| voice | array | true | 视频列表 |
| agreement | array | true | 协议列表 |
| isOnline | int | true | 是否在线 0.否 1.是 |
| projectType | int | true | 项目提交方式 1.简易提交 2.详细提交 |
| onlineTime | string | true | 在线时间 |
| createTime | string | true | 创建时间 |
files
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| id | int | true | 项目ID |
| materialName | string | true | 文件名(自定义) |
| materialFileName | string | true | 文件名(系统文件名) |
| materialUrl | string | true | 文件地址 |
| materialFileFormat | string | true | 文件类型 |
| materialFileSize | string | true | 文件大小 |
image
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| id | int | true | 项目ID |
| materialName | string | true | 文件名(自定义) |
| materialFileName | string | true | 文件名(系统文件名) |
| materialUrl | string | true | 文件地址 |
| materialFileFormat | string | true | 文件类型 |
| materialFileSize | string | true | 文件大小 |
voice
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| id | int | true | 项目ID |
| materialName | string | true | 文件名(自定义) |
| materialFileName | string | true | 文件名(系统文件名) |
| materialUrl | string | true | 文件地址 |
| materialFileFormat | string | true | 文件类型 |
| materialFileSize | string | true | 文件大小 |
返回示例
{
"response": {
"id": 1,
"projectNumber": "",
"name": "策划师",
"landNature": 1,
"circulationType": 0,
"warrantNumber": "",
"coverImage": "",
"location": "",
"circulationPeriod": 0,
"navigationAddress": "",
"longitude": "",
"latitude": "",
"city": 0,
"region": 0,
"town": 0,
"village": 0,
"cityName": "",
"regionName": "",
"townName": "",
"villageName": "",
"priceType": 1,
"price": 0,
"budget": "",
"plotRatio": null,
"greeningRate": null,
"landArea": null,
"vacantArea": null,
"occupiedArea": null,
"buildingArea": null,
"aboveGroundArea": null,
"basementArea": null,
"officeArea": null,
"factoryArea": null,
"dormitoryArea": null,
"height": null,
"firstFloorHeight": null,
"floors": 1,
"floorPlanning": 0,
"rooms": 0,
"groundParking": 0,
"basementParking": 0,
"currentPower": "",
"potentialpower": "",
"railwayPlatform": "",
"structure": 0,
"floorLoad": "",
"surroundingRent": "0.00",
"projectIssues": "",
"expectedRevenue": 0,
"isBusiness": 0,
"environmentalImpact": 0,
"fireRecord": 0,
"projectClass": 1,
"ownershipNature": 1,
"ownershipUserName": "",
"ownershipCompanyName": "",
"ownershipMobile": "",
"ownershipCertificateType": 1,
"ownershipCertificate": "",
"clientUserName": "",
"clientMobile": "",
"desc": "",
"demandType": 1,
"demandPattern": 0,
"files": [],
"image": [
{
"id": 82,
"materialName": "图片",
"materialFileName": "图片",
"materialUrl": "https://file.pushhaa.com/images/WechatIMG11237.jpg",
"materialFileFormat": "jpg",
"materialFileSize": 2333
}
],
"voice": [],
"isOnline": 1,
"isCollection": 0,
"isMe": true,
"isJoin": true,
"permission": 1,
"projectType": 1,
"onlineTime": "2025-03-12 18:33:04",
"createTime": "2025-03-12 18:33:04"
},
"requestId": "25c33690-d633-46d5-9fb6-2266549f7ba9"
}错误码
| 错误码 | 错误描述 | 解决思路 |
|---|---|---|
| 30001 | 项目信息不存在 | 项目信息不存在 |
