首页大屏模块

获取营收

请求接口

/report/income/getAll

请求方法

Get

请求参数
参数名称 参数类型 是否必填 备注
响应
参数名称 参数类型 是否必填 备注
todayIncome int 今日营收
yestodayIncome int 昨日营收
monthlyIncome int 本月营收
yearIncome int 本年营收

注册统计

请求接口

/report/register/statistics

请求方法

Get

请求参数
参数名称 参数类型 是否必填 备注
响应
参数名称 参数类型 是否必填 备注
userCount int 用户数
todayRegisterCount int 今日注册数
monthlyRegisterCount int 本月注册数

打印点统计

请求接口

/report/printer/statistics

请求方法

Get

请求参数
参数名称 参数类型 是否必填 备注
响应
参数名称 参数类型 是否必填 备注
prtCount int 打印点数
newPrtMonthlyCount int 本月新增打印点数

任务统计

请求接口

/report/job/statistics

请求方法

Get

请求参数
参数名称 参数类型 是否必填 备注
响应
参数名称 参数类型 是否必填 备注
jobCount int 今日任务总数
printCount int 打印任务数
copyCount int 复印任务数
scanCount int 扫描任务数
printRank List 打印任务打印点排行(top 5)
copyRank List 复印任务打印点排行(top 5)
scanRank List 扫描任务打印点排行(top 5)

PrinterRankInfoVo结构

参数名称 参数类型 是否必填 备注
sn int 打印机编号
name String 打印点名称
posi String 打印点位置
jobCount int 任务数

打印点地图展示

请求接口

/report/printer/map

请求方法

Get

请求参数
参数名称 参数类型 是否必填 备注
响应
参数名称 参数类型 是否必填 备注
printerSn int 打印机sn
name string 打印机名字
devKind int 打印机状态
posi string 打印机位置
longitude float 经度
latitude float 纬度
jobCount int 今日任务数量
userCount int 今日使用人数
文档更新时间: 2023-10-11 14:42   作者:吴温立