文档
测试

移动端-获取补卡数据

GET
{{manager}}/acsClockInDetailController/getReclockData?currPage=1&pageSize=10&status=1&keyword=12&deptName=1&startDate=2023-05-28&endDate=2023-05-29

请求参数

参数名
类型
描述
必填
dailyId
string
日结ID
必填
clockId
string
打卡ID
必填
todoId
string
待办ID
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:执行成功
必填
code
int
示例:0
必填
data
object
数据字典
必填
clockId
string
打卡ID
必填
dailyId
string
日结ID
必填
normalSignTime
string
标准打卡时间 示例:2023-07-06 17:00:00
必填
reclockTimes
string
本月补卡次数示例:26
必填
signDate
string
打卡日期 示例:2023-07-06
必填
signType
string
1-签到;2-签退
必填
todoId
string
待办ID
必填
userId
string
用户ID
必填
realSignTime
string
真实打卡时间
必填
resultType
string
结果类型
必填
resultDes
string
结果描述
必填

说明 / 示例

{ "msg": "执行成功", "code": 0, "data": { "clockId": "1676772530685542402", "dailyId": "1676765669823414274", "normalSignTime": "2023-07-06 17:00:00", "realSignTime": "2023-07-06 09:58:18", "reclockTimes": "0", "resultDes": "早退", "resultType": "2", "signDate": "2023-07-06", "signType": "2", "todoId": "1676765475325149187", "userId": "291dbcdb9c9cb68d578eb0f50b97c41e" } }