| 应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
|---|---|---|---|
| 企业内部应用 | 是 | 开发者后台申请 | 调试 |
| 第三方企业应用 | 是 | 开发者后台申请 | 调试 |
| 第三方个人应用 | 否 | — | — |
{
"punch_check_time": "2019-08-15 08:00",
"jump_url": "https://xxx.xxx",
"work_date": "2019-08-15",
"tag_name": "补卡",
"user_check_time": "2019-08-15 07:59",
"punch_id": "176877195378",
"approve_id": "aasdv13124",
"userid": "manager4220"
}curl --location --request POST 'http://127.0.0.1/topapi/attendance/approve/check?access_token=6d1bxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"punch_check_time": "2019-08-15 08:00",
"jump_url": "https://xxx.xxx",
"work_date": "2019-08-15",
"tag_name": "补卡",
"user_check_time": "2019-08-15 07:59",
"punch_id": "176877195378",
"approve_id": "aasdv13124",
"userid": "manager4220"
}'{
"errcode": 0,
"errmsg": "string"
}