{
"pageNo": 0,
"pageSize": 0,
"params": {
"indexId": "string",
"customerNo": 0,
"cityId": "string",
"cityName": "string",
"provinceId": "string",
"provinceName": "string",
"effectiveSh": "string",
"offSeasonStandard": 0,
"peakSeasonStandard": 0,
"normalSeasonStandard": 0,
"beginMonth": 0,
"endMonth": 0,
"peakMonth": "string",
"lowMonth": "string",
"level": "string",
"levelName": "string"
}
}
curl --location --request POST '/api/cps/customer/hol/season/levelDataPage' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 0,
"pageSize": 0,
"params": {
"indexId": "string",
"customerNo": 0,
"cityId": "string",
"cityName": "string",
"provinceId": "string",
"provinceName": "string",
"effectiveSh": "string",
"offSeasonStandard": 0,
"peakSeasonStandard": 0,
"normalSeasonStandard": 0,
"beginMonth": 0,
"endMonth": 0,
"peakMonth": "string",
"lowMonth": "string",
"level": "string",
"levelName": "string"
}
}'
{
"success": false,
"errCode": "",
"errMsg": "",
"traceId": "",
"data": {
"records": [
{
"indexId": "",
"customerNo": 0,
"cityId": "",
"cityName": "",
"provinceId": "",
"provinceName": "",
"effectiveSh": "",
"offSeasonStandard": 0,
"peakSeasonStandard": 0,
"beginMonth": 0,
"endMonth": 0,
"level": "",
"levelName": ""
}
],
"total": 0,
"current": 0,
"size": 0
}
}