feat(work): 随官方更新打卡相关接口模型

This commit is contained in:
Fu Diwei
2023-12-02 17:39:18 +08:00
parent d2ba39fbaa
commit 193f4c207f
6 changed files with 120 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
{
{
"errcode": 0,
"errmsg": "ok",
"datas": [
@@ -86,7 +86,13 @@
"ot_info": {
"ot_status": 1,
"ot_duration": 3600,
"exception_duration": []
"exception_duration": [],
"workday_over_as_vacation": 0,
"workday_over_as_money": 54000,
"restday_over_as_vacation": 0,
"restday_over_as_money": 172800,
"holiday_over_as_vacation": 0,
"holiday_over_as_money": 0
},
"sp_items": [
{

View File

@@ -1,4 +1,4 @@
{
{
"errcode": 0,
"errmsg": "ok",
"datas": [
@@ -56,7 +56,14 @@
}
],
"overwork_info": {
"workday_over_sec": 10800
"workday_over_sec": 54000,
"restdays_over_sec": 205560,
"workdays_over_as_vacation": 0,
"workdays_over_as_money": 54000,
"restdays_over_as_vacation": 0,
"restdays_over_as_money": 172800,
"holidays_over_as_vacation": 0,
"holidays_over_as_money": 0
}
}
]