文档
测试
POST
/eoms/carHandovers/count

请求参数

参数名
类型
描述
必填
date
number
需要统计的那天时间戳
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:统计结果
必填
status
int
示例:0
必填
success
boolean
示例:true
必填
data
object
数据字典
必填
classify
array
数据列表
必填
teamName
string
示例:一大队
必填
count
int
示例:14
必填
outbound
int
示例:6
必填
inbound
int
示例:6
必填
totalCount
int
示例:113 理论上可出库的数量
必填
totalInbound
int
示例:8 入库总量
必填
totalOutbound
int
示例:8 出库总量
必填