接口名称:

打印点统计

接口描述:

打印点统计

请求路径:

/report/printer/statistics

请求方式:

GET

请求参数:

  • Header
参数名 参数值 必填 描述
Content-Type application/x-www-form-urlencoded Y application/x-www-form-urlencoded
  • Param
  • Body

请求示例:

返回参数:

参数名 类型 必选 描述
data PrinterStatVo N 响应内容
–>prtCount Integer N 打印点总数
–>newPrtMonthlyCount Integer N 新增打印点数
code int N 响应码
message String N 响应信息

返回示例:

{
    "data": {
        "prtCount": 0,
        "newPrtMonthlyCount": 0
    },
    "code": 0,
    "message": ""
}
文档更新时间: 2023-07-02 14:22   作者:吴温立