{
"year": 2025,
"pageNum": 1,
"pageSize": 10
}
curl --location --request POST 'https://www.yueshushu.top/StockApi/holidayCalendar/list' \
--header 'Authorization: yjlNB' \
--header 'Content-Type: application/json' \
--data-raw '{
"year": 2025,
"pageNum": 1,
"pageSize": 10
}'
{
"code": 0,
"success": false,
"message": "",
"timestamp": 0,
"traceId": "",
"timestampStr": "",
"exceptionMessage": "",
"data": {
"total": 0,
"list": [
{
"holidayDate": "",
"currYear": 0,
"dateType": 0
}
]
}
}