- j8
- j4
- 数据管理
- 组织管理
- c2
- j2
- j6
- 数据管理(导入模块)
- 合同管理
- j7
- c4
- c5
- j1
- c6
- c1
- j3
- c7
- j5
- 小区信息
- 小区管理
- 楼栋结构图
- 我的小区
- 业务受理
- 车位结构图
- 产权登记
- 小区公示
- 房屋装修
- 文件上传
- c3
- 未命名接口GET
获取指定小区结构
GET
/j5-community/building/query-business-floor
楼栋结构图
请求参数
Query 参数
communityId
string
小区id
示例值:
2023052267100146
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/j5-community/building/query-business-floor?communityId=2023052267100146'
返回响应
🟢200成功
*/*
Body
code
integer <int32>
状态码
示例值:
10000
data
array[object (BusinessFloor数据传输对象) {4}]
数据对象
buildingUnitDTOList
array[object (BuildingUnit数据传输对象) {4}]
单元
floorId
string
楼id
示例值:
1
floorName
string
楼名称
示例值:
1号楼
floorNum
string
楼编号
示例值:
1
message
string
提示消息
示例值:
提示消息内容
示例
{
"code": 10000,
"data": [
{
"buildingUnitDTOList": [
{
"buildingRoomVOList": [
{
"layer": 1,
"oweAmount": 10800,
"ownerId": 772025051466271100,
"ownerName": "张三",
"roomId": 752024022767530500,
"roomNum": "001",
"state": 2001,
"stateName": "已入住"
}
],
"floorId": 732023120568080400,
"unitId": 742023120517690400,
"unitNum": 1
}
],
"floorId": 1,
"floorName": "1号楼",
"floorNum": 1
}
],
"message": "提示消息内容"
}
🟠401没有权限
🟠403禁止访问
🟠404记录不存在
修改于 2025-06-08 08:16:51