文档
测试

楼宇列表

POST
http://192.168.103.3/invest/building/findBuildingList

请求头

参数名
类型
描述
必填
Authorization
Bearer token
必填

请求参数

参数名
类型
描述
必填
order
object
数据字典排序 key是排序字段 Val是asc、desc
必填
key
string
排序 key是排序字段 Val是asc、desc 示例:jobOrder
必填
val
string
示例:ASC
必填
pageNum
int
示例:1
必填
pageSize
int
示例:99999
必填
whereList
array
数据列表 查询条件key查询字段 Val 查询值
必填
key
string
如orgName 示例:
必填
val
string
示例:
必填

响应参数

参数名
类型
描述
必填
count
int
示例:1
必填
list
array
数据列表
必填
province
string
示例:重庆市
必填
city
string
示例:重庆市
必填
region
string
示例:九龙坡区
必填
detailedAddress
string
示例:启迪园区
必填
name
string
示例:5号楼
必填
navPicture
string
示例:d5897a39-b7cb-418f-b72d-18823c5d652d.png.png
必填
purpose
string
示例:办公
必填
buildDate
string
示例:2020-06-28 13:00:00
必填
owner
string
示例:启迪数华
必填
invitingTelephone
string
示例:18888888888
必填
coveredArea
int
示例:1000
必填
buildingArea
int
示例:100000
必填
managementArea
int
示例:600
必填
investmentArea
int
示例:600
必填
investmentAreaRate
int
示例:100
必填
rentedQuantity
int
示例:4
必填
canDelete
string
示例:0
必填
id
string
示例:808080807375d5de017375d79d070000
必填
status
string
示例:1
必填
tenantId
string
示例:001
必填
platformId
string
示例:P001
必填
createUser
string
示例:admin
必填
createTime
string
示例:2020-07-22 17:25:32
必填
updateTime
string
示例:2020-07-22 17:29:39
必填

说明 / 示例

{ "count": 1, "list": [ { "province": "重庆市", "city": "重庆市", "region": "九龙坡区", "detailedAddress": "启迪园区", "name": "5号楼", "navPicture": "d5897a39-b7cb-418f-b72d-18823c5d652d.png.png", "purpose": "办公", "buildDate": "2020-06-28 13:00:00", "owner": "启迪数华", "invitingTelephone": "18888888888", "coveredArea": 1000.0, "buildingArea": 100000.0, "managementArea": 600.0, "investmentArea": 600.0, "investmentAreaRate": 100.0, "rentedQuantity": 4, "canDelete": "0", "id": "808080807375d5de017375d79d070000", "status": "1", "tenantId": "001", "platformId": "P001", "createUser": "admin", "createTime": "2020-07-22 17:25:32", "updateTime": "2020-07-22 17:29:39" } ] }