mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-02-11 18:26:20 +08:00
test(work): 适配新的模型测试
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"lists": [
|
||||
{
|
||||
"id": 1,
|
||||
"name": "年假",
|
||||
"time_attr": 0,
|
||||
"duration_type": 0,
|
||||
"quota_attr": {
|
||||
"type": 2,
|
||||
"autoreset_time": 0,
|
||||
"autoreset_duration": 0
|
||||
},
|
||||
"perday_duration": 86400
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "事假",
|
||||
"time_attr": 0,
|
||||
"duration_type": 0,
|
||||
"quota_attr": {
|
||||
"type": 2,
|
||||
"autoreset_time": 0,
|
||||
"autoreset_duration": 0
|
||||
},
|
||||
"perday_duration": 86400
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"name": "病假",
|
||||
"time_attr": 0,
|
||||
"duration_type": 0,
|
||||
"quota_attr": {
|
||||
"type": 2,
|
||||
"autoreset_time": 0,
|
||||
"autoreset_duration": 0
|
||||
},
|
||||
"perday_duration": 86400
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"userid": "ZhangSan"
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"lists": [
|
||||
{
|
||||
"id": 1,
|
||||
"assignduration": 0,
|
||||
"usedduration": 0,
|
||||
"leftduration": 604800,
|
||||
"vacationname": "年假"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"assignduration": 0,
|
||||
"usedduration": 0,
|
||||
"leftduration": 1296000,
|
||||
"vacationname": "事假"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"assignduration": 0,
|
||||
"usedduration": 0,
|
||||
"leftduration": 0,
|
||||
"vacationname": "病假"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"userid": "ZhangSan",
|
||||
"vacation_id": 1,
|
||||
"leftduration": 604800,
|
||||
"time_attr": 1,
|
||||
"remarks": "PLACE_HOLDER"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
||||
Reference in New Issue
Block a user