| 应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
|---|---|---|---|
| 企业内部应用 | 是 | 开发者后台申请 | 调试 |
| 第三方企业应用 | 是 | 开发者后台申请 | 调试 |
| 第三方个人应用 | 否 | — | — |
{
"jump_url": "https://xxx.xxx",
"sub_type": "年假",
"overtime_duration": "1.07",
"tag_name": "请假",
"biz_type": "3",
"calculate_model": "1",
"approve_id": "1234abcd",
"to_time": "2019-08-17",
"overtime_to_more": "1",
"userid": "dd_dd",
"from_time": "2019-08-15",
"duration_unit": "day"
}curl --location --request POST 'http://127.0.0.1/topapi/attendance/approve/finish?access_token=6d1bxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"jump_url": "https://xxx.xxx",
"sub_type": "年假",
"overtime_duration": "1.07",
"tag_name": "请假",
"biz_type": "3",
"calculate_model": "1",
"approve_id": "1234abcd",
"to_time": "2019-08-17",
"overtime_to_more": "1",
"userid": "dd_dd",
"from_time": "2019-08-15",
"duration_unit": "day"
}'{
"errcode": 0,
"errmsg": "string",
"result": {
"duration": "string",
"durationDetail": [
{
"date": "string",
"duration": "string"
}
]
}
}