考勤
地址: /api/wx/self_record
参数:
- session_token
- year
- month
返回内容 data为数组
- date 日期
- outsign 0代表无外勤 1是有外勤
- state 1是正常 2是异常 0是未打卡
一天的考勤
地址: /api/wx/self_record_day
参数:
- session_token
- date 格式 %Y-%m-%d
返回内容 data
- checkin_time 上班时间
- checkout_time 下班时间
- out_time 外勤
- is_early 是否早退 0是未打卡 1是正常 2是早退
- is_late 是否迟到 0是未打卡 1是正常 2是迟到
- check_time_id
外勤列表
地址: /api/wx/self_out_list
参数:
- session_token
- check_time_id
返回内容 data
- checkin_time 上班时间
- checkout_time 下班时间
- out_time 外勤
- is_early 是否早退 0是未打卡 1是正常 2是早退
- is_late 是否迟到 0是未打卡 1是正常 2是迟到
- check_time_id