curl --location -g --request GET 'http://{{ip}}:9000/user-service/sysHolidaysItem/pageList?id=' \
--header 'Authorization: {{AUTH_TOKEN}}' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC'
{
"code": 0,
"msg": "string",
"data": {
"size": 0,
"current": 0,
"records": [
{
"id": 0,
"blnCompensation": true,
"holidaysId": 0,
"version": 0,
"name": "string",
"startDate": "2019-08-24",
"endDate": "2019-08-24",
"lunarStartDate": "string",
"lunarEndDate": "string",
"blnNextYearGenerate": true
}
],
"total": 0,
"pages": 0
}
}