文档
测试

根据录入时间统计

POST
http://yuanxin.picp.vip:58694/statistics/createTime

请求参数

参数名
类型
描述
必填
year
string
示例:2021
必填
months
array
数据列表
必填
nickName
string
示例:测试员
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:成功
必填
httpStatus
int
示例:200
必填
data
array
数据列表
必填
month
string
示例:一月
必填
count
array
数据列表
必填
total
int
示例:3
必填
noRecord
int
示例:0
必填
isRecorde
int
示例:3
必填
months
string
示例:01
必填
delCount
int
示例:2
必填
success
boolean
示例:true
必填

说明 / 示例

{ "code": 200, "message": "成功", "httpStatus": 200, "data": [ { "month": "一月", "count": [ { "total": 3, "noRecord": 0, "isRecorde": 3, "months": "01", "delCount": 2 } ] }, { "month": "二月", "count": [ { "total": 4, "noRecord": 0, "isRecorde": 4, "months": "02", "delCount": 4 } ] }, { "month": "三月", "count": [ { "total": 22, "noRecord": 20, "isRecorde": 2, "months": "03", "delCount": 0 } ] } ], "success": true }