curl --location -g --request POST 'https://qyapi.weixin.qq.com/cgi-bin/checkin/getcheckin_daydata?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{"starttime":1599062400,"endtime":1599062400,"useridlist":["ZhangSan"]}'
{
"errcode": 0,
"datas": [
{
"exception_infos": [
{
"duration": 0,
"exception": 0,
"count": 0
}
],
"sp_items": [
{
"duration": 0,
"time_type": 0,
"count": 0,
"name": "string",
"vacation_id": 0,
"type": 0
}
],
"ot_info": {
"ot_duration": 0,
"exception_duration": [
{}
],
"ot_status": 0
},
"base_info": {
"date": 0,
"day_type": 0,
"name_ex": "string",
"name": "string",
"departs_name": "string",
"rule_info": {
"schedulename": "string",
"groupid": 0,
"groupname": "string",
"checkintime": [
{
"off_work_sec": 0,
"work_sec": 0
}
],
"scheduleid": 0
},
"acctid": "string",
"record_type": 0
},
"summary_info": {
"checkin_count": 0,
"earliest_time": 0,
"regular_work_sec": 0,
"lastest_time": 0,
"standard_work_sec": 0
},
"holiday_infos": [
{
"sp_number": "string",
"sp_title": {
"data": [
{
"text": "string",
"lang": "string"
}
]
},
"sp_description": {
"data": [
{
"text": "string",
"lang": "string"
}
]
}
}
]
}
],
"errmsg": "string"
}