文档
测试

移动端-考勤列表(按月)

GET
{{portal}}/portal/report/getMobileClockListByMonth?userId=12&month=2023-05&status=1&orgId=

请求参数

参数名
类型
描述
必填
userId
string
用户ID
必填
month
string
考勤月yyyy-MM
必填
status
int
状态:1正常;0异常
必填
orgId
string
机构ID
可选

响应参数

参数名
类型
描述
必填
msg
string
示例:执行成功
必填
code
int
示例:0
必填
data
array
数据列表
必填
absenteeism
int
示例:0
必填
absenteeismNum
int
示例:0
必填
checkDay
int
示例:0
必填
checkResults
array
数据列表
必填
checkStatus
string
示例:1
必填
checkType
int
示例:0
必填
checkworkDailyStatus
string
示例:12
必填
checkworkTimeFrame
array
数据列表
必填
address
string
示例:
必填
machineMsg
string
示例:
必填
realSignBeginTime
string
示例:2023-05-29 18:45:06
必填
realSignEndTime
string
示例:2023-05-29 18:45:06
必填
ruleId
string
示例:12
必填
ruleName
string
示例:12
必填
signBeginTime
string
示例:2023-05-29 18:45:06
必填
signEndTime
string
示例:2023-05-29 18:45:06
必填
todoId
string
示例:12
必填
createTime
string
示例:2023-05-29 18:45:06
必填
creator
string
示例:12
必填
deptPath
string
示例:12
必填
evectionDuration
int
示例:0
必填
extraWorkCost
int
示例:0
必填
extraWorkMin
int
示例:0
必填
holidayInfo
array
数据列表
必填
duration
int
示例:12
必填
durationDay
int
示例:2
必填
durationHour
int
示例:12
必填
holidayTypeId
string
示例:12
必填
holidayTypeName
string
示例:12
必填
jobName
string
示例:12
必填
lateMin
int
示例:0
必填
lateNum
int
示例:0
必填
leaveEarlyDuration
int
示例:0
必填
leaveEarlyNum
int
示例:0
必填
needSign
boolean
示例:false
必填
normWorkDuration
int
示例:0
必填
orgId
string
示例:12
必填
orgName
string
示例:12
必填
personalTodoId
string
示例:12
必填
restDuration
int
示例:0
必填
ruleId
string
示例:12
必填
ruleName
string
示例:
必填
signDate
string
示例:2023-05-29
必填
signTime
string
示例:
必填
signWeek
string
示例:4
必填
updateTime
string
示例:2023-05-29 18:45:06
必填
userId
string
示例:12
必填
userName
string
示例:12
必填
workDuration
int
示例:0
必填
workOutside
int
示例:0
必填

说明 / 示例

{ "msg": "执行成功", "code": 0, "data": [ { "absenteeism": 0, "absenteeismNum": 0, "checkDay": 0, "checkResults": [], "checkStatus": "1", "checkType": 0, "checkworkDailyStatus": "12", "checkworkTimeFrame": [ { "address": "", "machineMsg": "", "realSignBeginTime": "2023-05-29 18:45:06", "realSignEndTime": "2023-05-29 18:45:06", "ruleId": "12", "ruleName": "12", "signBeginTime": "2023-05-29 18:45:06", "signEndTime": "2023-05-29 18:45:06", "todoId": "12" } ], "createTime": "2023-05-29 18:45:06", "creator": "12", "deptPath": "12", "evectionDuration": 0, "extraWorkCost": 0, "extraWorkMin": 0, "holidayInfo": [ { "duration": 12, "durationDay": 2, "durationHour": 12, "holidayTypeId": "12", "holidayTypeName": "12" } ], "jobName": "12", "lateMin": 0, "lateNum": 0, "leaveEarlyDuration": 0, "leaveEarlyNum": 0, "needSign": false, "normWorkDuration": 0, "orgId": "12", "orgName": "12", "personalTodoId": "12", "restDuration": 0, "ruleId": "12", "ruleName": "", "signDate": "2023-05-29", "signTime": "", "signWeek": "4", "updateTime": "2023-05-29 18:45:06", "userId": "12", "userName": "12", "workDuration": 0, "workOutside": 0 } ] }