curl --location --request POST 'http://172.168.1.18:8657/sz-prodcut/subsidyManage/getFiveYears.do' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json'
{
"data": [
2023,
2022,
2021,
2020,
2019
],
"msg": "成功",
"success": true,
"code": 0
}