文档
测试

查询健康日报表(queryHelathInfoView)

POST
http://192.168.1.221:8080/WXFOOTSTAFF/assistant/queryHelathInfoView?strContent=%7B%22companyID%22%3A1%2C%22searchType%22%3A1%2C%22flag%22%3A0%7D

接口描述

查询健康日报表strContent:{"companyID":1,"startDate":"2020-02-24","endDate":"2020-02-24"}

请求参数

参数名
类型
描述
必填
companyID
number
示例:1(公司ID)
必填
searchType
number
示例:1(查询类型0昨日,1今天,2前天,3最近14天)
必填
flag
number
示例:0(0:全部,1员工,2:顾客)
必填

响应参数

参数名
类型
描述
必填
totalCount
string
示例:1(总人数)
必填
employeeCount
string
示例:1(门店员工人数)
必填
customerCount
string
示例:0(顾客人数)
必填
isSymptomaticCount
string
示例:1(健康人数)
必填
noSymptomaticCount
string
示例:0(有发烧咳嗽人数)
必填
otherSymptomaticCount
string
示例:0(有其他症状人数)
必填
hubeiContactCount
string
示例:1(接触过湖北回来的人数)
必填
passContactCount
string
示例:0(经过湖北地区的人数)
必填
noContactCoun
string
示例:0(没有接触和经过湖北的人数)
必填
definiteContactCount
string
示例:0(接触过确诊人数)
必填
noContactCount
string
示例:1(没有接触过确诊人数)
必填
listhealthInfoProvinceVO
array
数据列表(14天经过省份的地区)
必填
provinceName
string
示例:上海(省份)
必填
count
string
示例:1(人数)
必填

说明 / 示例

{ "errorCode": "0", "result": { "totalCount": "1", "employeeCount": "1", "customerCount": "0", "isSymptomaticCount": "1", "noSymptomaticCount": "0", "otherSymptomaticCount": "0", "hubeiContactCount": "1", "passContactCount": "0", "noContactCoun": "0", "definiteContactCount": "0", "noContactCount": "1", "listhealthInfoProvinceVO": [ { "provinceName": "上海", "count": "1" }, { "provinceName": "湖北", "count": "1" } ] }, "resultSet": "", "totalSize": "0", "startIndex": "0", "pageSize": "0", "errorMsg": "" }