文档
测试

获取打卡数据

GET
http://localhost:8094//wx/oa/3010011/checkinData

接口描述

可获取多个用户的打卡数据

请求参数

参数名
类型
描述
必填
openCheckinDataType
int
打卡类型。1:上下班打卡;2:外出打卡;3:全部打卡
必填
startTime
string
获取打卡记录的开始时间 :2020-03-01
必填
endTime
string
获取打卡记录的结束时间 :2020-03-20 (开始时间和结束时间不可超过一个月)
必填
userIdList
arr
用户列表 数组
必填

说明 / 示例

{ "code": "EPP01_0000", "message": "成功", "data": [ { "userId": "RanJun", "groupName": "上班打开", "checkinType": "上班打卡", "exceptionType": "", "checkinTime": 1584579236, "locationTitle": "重庆斑西网络科技有限公司", "locationDetail": "重庆市渝北区百灵路6号", "wifiName": "未连接到公司指定WiFi", "wifiMac": "", "notes": "", "mediaIds": [], "lat": 29583816, "lng": 106490141 }, { "userId": "RanJun", "groupName": "上班打开", "checkinType": "下班打卡", "exceptionType": "未打卡", "checkinTime": 1584612000, "locationTitle": "", "locationDetail": "", "wifiName": "", "wifiMac": "", "notes": "", "mediaIds": [], "lat": 0, "lng": 0 }, { "userId": "RanJun", "groupName": "上班打开", "checkinType": "上班打卡", "exceptionType": "未打卡", "checkinTime": 1584666000, "locationTitle": "", "locationDetail": "", "wifiName": "", "wifiMac": "", "notes": "", "mediaIds": [], "lat": 0, "lng": 0 }, { "userId": "RanJun", "groupName": "上班打开", "checkinType": "下班打卡", "exceptionType": "未打卡", "checkinTime": 1584698400, "locationTitle": "", "locationDetail": "", "wifiName": "", "wifiMac": "", "notes": "", "mediaIds": [], "lat": 0, "lng": 0 } ] }