代养小程序


七天死亡(改为多天)

[TOC]

简要描述
  • 死亡分析接口
请求URL
  • http://xx.com/api/user/register
请求方式
  • POST
参数
参数名 必选 类型 说明
number 批次名称 全部:sum
请求示例
  {
    "_EAS_BIZ_PATH_": "report.GetRptData",
    "EAS_PATH": "report.GetRptData",
    "serviceDeptId": "lxkAAAC0xK74nGYi",
    "rptType": "weekDeath",
    "userNum": "服务部付启剑",
    "startDate":"2022-09-01",
    "endDate":"2022-09-21",
    "roles": [
        "manager"
    ],
    "number": "谭程王001"
}
返回示例
  {
    "message": "success",
    "result": "0",
    "data": [
        {
            "batch": "谭程王001",
            "qty": "2",
            "date": "2022-09-02",
            "cust": "谭程王"
        },
        {
            "batch": "谭程王001",
            "qty": "3",
            "date": "2022-09-03",
            "cust": "谭程王"
        },
        {
            "batch": "谭程王001",
            "qty": "5",
            "date": "2022-09-06",
            "cust": "谭程王"
        },
        {
            "batch": "谭程王001",
            "qty": "3",
            "date": "2022-09-07",
            "cust": "谭程王"
        },
        {
            "batch": "谭程王001",
            "qty": "4",
            "date": "2022-09-08",
            "cust": "谭程王"
        },
        {
            "batch": "谭程王001",
            "qty": "2",
            "date": "2022-09-11",
            "cust": "谭程王"
        },
        {
            "batch": "谭程王001",
            "qty": "2",
            "date": "2022-09-12",
            "cust": "谭程王"
        },
        {
            "batch": "谭程王001",
            "qty": "2",
            "date": "2022-09-13",
            "cust": "谭程王"
        },
        {
            "batch": "谭程王001",
            "qty": "3",
            "date": "2022-09-14",
            "cust": "谭程王"
        },
        {
            "batch": "谭程王001",
            "qty": "2",
            "date": "2022-09-15",
            "cust": "谭程王"
        },
        {
            "batch": "谭程王001",
            "qty": "2",
            "date": "2022-09-17",
            "cust": "谭程王"
        },
        {
            "batch": "谭程王001",
            "qty": "2",
            "date": "2022-09-19",
            "cust": "谭程王"
        },
        {
            "batch": "谭程王001",
            "qty": "1",
            "date": "2022-09-20",
            "cust": "谭程王"
        },
        {
            "batch": "谭程王001",
            "qty": "1",
            "date": "2022-09-21",
            "cust": "谭程王"
        }
    ]
}
返回参数说明
参数名 类型 说明
groupid int 用户组id,1:超级管理员;2:普通用户
备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML