| 应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
|---|---|---|---|
| 企业内部应用 | 是 | 开发者后台申请 | 调试 |
| 第三方企业应用 | 否 | — | — |
| 第三方个人应用 | 否 | — | — |
{
"work_date": "2021-01-14 09:00:00",
"userid": "user01"
}curl --location --request POST 'http://127.0.0.1/topapi/attendance/getupdatedata?access_token=6d1bxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"work_date": "2021-01-14 09:00:00",
"userid": "user01"
}'{
"errmsg": "string",
"result": {
"work_date": "string",
"attendance_result_list": [
{
"record_id": 0,
"source_type": "string",
"plan_check_time": "string",
"class_id": 0,
"location_method": "string",
"location_result": "string",
"outside_remark": "string",
"plan_id": 0,
"user_address": "string",
"group_id": 0,
"user_check_time": "string",
"procInst_id": "string",
"check_type": "string",
"time_result": "string"
}
],
"userid": "string",
"approve_list": [
{
"duration_unit": "string",
"duration": "string",
"sub_type": "string",
"tag_name": "string",
"procInst_id": "string",
"begin_time": "string",
"biz_type": 0,
"end_time": "string",
"gmt_finished": "string"
}
],
"check_record_list": [
{
"record_id": 0,
"source_type": "string",
"user_accuracy": "string",
"valid_matched": true,
"user_check_time": "string",
"user_longitude": "string",
"user_ssid": "string",
"base_accuracy": "string",
"user_mac_addr": "string",
"user_latitude": "string",
"base_address": "string",
"invalid_record_msg": "string",
"invalid_record_type": "string"
}
],
"corpId": "string",
"class_setting_info": {
"rest_time_vo_list": [
{
"rest_end_time": 0,
"rest_begin_time": 0
}
]
}
},
"errcode": 0,
"success": true,
"request_id": "string"
}