{
"data": [
{
"name": "元旦节",
"start": "2026-01-01",
"end": "2026-01-03",
"distance": -62,
"length": 3,
"balance": 0,
"work": [
"2026-01-04"
]
},
{
"name": "春节",
"start": "2026-02-15",
"end": "2026-02-23",
"distance": -15,
"length": 9,
"balance": 0,
"work": [
"2026-02-28"
]
},
{
"name": "清明节",
"start": "2026-04-04",
"end": "2026-04-06",
"distance": 32,
"length": 3,
"balance": 3,
"work": []
},
{
"name": "劳动节",
"start": "2026-05-01",
"end": "2026-05-05",
"distance": 58,
"length": 5,
"balance": 5,
"work": [
"2026-05-09"
]
},
{
"name": "端午节",
"start": "2026-06-19",
"end": "2026-06-21",
"distance": 107,
"length": 3,
"balance": 3,
"work": []
},
{
"name": "国庆节",
"start": "2026-10-01",
"end": "2026-10-07",
"distance": 211,
"length": 7,
"balance": 7,
"work": [
"2026-10-10"
]
},
{
"name": "中秋节",
"start": "2026-09-25",
"end": "2026-09-27",
"distance": 205,
"length": 3,
"balance": 3,
"work": []
}
],
"msg": "请求成功",
"code": 200,
"timestamp": 1772612287753
}