简要描述:
版本号 |
制定人 |
制定日期 |
修订日期 |
1.0.0 |
kevin |
2024-07-26 |
|
请求URL:
请求方式:
请求头:
参数名 |
是否必须 |
类型 |
说明 |
token |
是 |
string |
凭证 |
请求参数:
参数名 |
是否必须 |
类型 |
说明 |
month |
是 |
string |
月份,例如:2024-07 |
返回示例:
正确时返回:
{
"status": 200,
"msg": "成功",
"data": {
"need_workdays": 22,
"now_workdays": 1,
"month_amount": 8000,
"total_wages": 363.64,
"user_type": 1
},
"other": []
}
{
"status": 200,
"msg": "成功",
"data": {
"all_day_num": 8,
"all_total_hour": 23,
"hour_amount": 50,
"total_wages": 1150,
"user_type": 2
},
"other": []
}
错误时返回:
{
"status": 0,
"msg": "验证码错误"
}
user_type=1返回参数说明:
参数名 |
类型 |
说明 |
need_workdays |
string |
应上天数 |
now_workdays |
string |
总天数 |
month_amount |
string |
月薪 |
total_wages |
string |
总工资 |
user_type |
string |
1=全职 |
user_type=2返回参数说明:
参数名 |
类型 |
说明 |
all_day_num |
string |
总天数 |
all_total_hour |
string |
总时长 |
hour_amount |
string |
时薪 |
total_wages |
string |
总工资 |
user_type |
string |
2=兼职 |
备注:
作者:admin 创建时间:2024-07-25 11:52
最后编辑:admin 更新时间:2024-12-16 11:22