文档
测试

员工业绩

POST
/statistics/queryEmployeePerformance

请求头

参数名
类型
描述
必填
token
string
示例:2dd37c64ffba4f2b8ea231be3f0a3e7f
必填

请求参数

参数名
类型
描述
必填
pageNum
int
示例:1
必填
pageSize
int
示例:10
必填
beginTime
string
示例:2020-01-01
必填
endTime
string
示例:2020-06-24
必填

响应参数

参数名
类型
描述
必填
result
object
数据字典
必填
total
int
示例:11
必填
list
array
数据列表
必填
employeeId
int
员工id 示例:464
必填
employeeName
string
员工姓名 示例:拍打着
必填
orderCount
int
洗护累计单数 示例:0
必填
orderPrice
int
洗护累计金额 示例:0
必填
orderCarriagePrice
int
洗护累计运费 示例:0
必填
orderOvertimeCount
int
洗护超时统计次数 示例:0
必填
orderCancelCount
int
洗护取消次数 示例:0
必填
appointCount
int
管家累计单数 示例:0
必填
appointPrice
int
管家累计金额 示例:0
必填
appointOvertimeCount
int
管家超时次数 示例:0
必填
rechargeMoney
int
售卡充值金额 示例:0
必填
pageNum
int
示例:1
必填
pageSize
int
示例:11
必填
size
int
示例:11
必填
startRow
int
示例:0
必填
endRow
int
示例:10
必填
pages
int
示例:1
必填
prePage
int
示例:0
必填
nextPage
int
示例:0
必填
isFirstPage
boolean
示例:true
必填
isLastPage
boolean
示例:true
必填
hasPreviousPage
boolean
示例:false
必填
hasNextPage
boolean
示例:false
必填
navigatePages
int
示例:8
必填
navigatepageNums
array
数据列表
必填
navigateFirstPage
int
示例:1
必填
navigateLastPage
int
示例:1
必填
firstPage
int
示例:1
必填
lastPage
int
示例:1
必填
success
boolean
示例:true
必填
code
string
示例:00000
必填
message
string
示例:请求处理成功!
必填