- j8
- j4
- 数据管理
- 组织管理
- c2
- j2
- j6
- 数据管理(导入模块)
- 合同管理
- j7
- 停车管理
- 房产管理(发票抬头、发票)
- c4
- c5
- j1
- 首页面板
- 菜单管理
- 登录模块
- c6
- c1
- j3
- c7
- j5
- c3
- 未命名接口GET
获取平台统计数据
联调中
GET
/j1-dashboard/statistics/platform
平台数据统计
请求参数
无
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/j1-dashboard/statistics/platform'
返回响应
🟢200成功
*/*
Body
code
integer <int32>
状态码
示例值:
10000
data
object (平台统计数据VO)
平台整体统计数据
businessCount
integer <int32>
商家数
示例值:
0
carCount
integer <int32>
车辆数
示例值:
69
commercialHouseCount
integer <int32>
商铺数
示例值:
47
communityCount
integer <int32>
小区数
示例值:
30
houseCount
integer <int32>
房屋数
示例值:
284
ownerCount
integer <int32>
业主数
示例值:
222
propertyCount
integer <int32>
物业数
示例值:
20
shopCount
integer <int32>
店铺数
示例值:
0
todayComplaintCount
integer <int32>
今日投诉数
示例值:
0
todayInspectionCount
integer <int32>
今日巡检数
示例值:
0
todayPaymentCount
integer <int32>
今日缴费数
示例值:
9
todayRepairCount
integer <int32>
今日报修数
示例值:
2
message
string
提示消息
示例值:
提示消息内容
示例
{
"code": 10000,
"data": {
"businessCount": 0,
"carCount": 69,
"commercialHouseCount": 47,
"communityCount": 30,
"houseCount": 284,
"ownerCount": 222,
"propertyCount": 20,
"shopCount": 0,
"todayComplaintCount": 0,
"todayInspectionCount": 0,
"todayPaymentCount": 9,
"todayRepairCount": 2
},
"message": "提示消息内容"
}
🟠401没有权限
🟠403禁止访问
🟠404记录不存在
修改于 2025-06-08 05:48:38