{
"dataYear" : 2023,
"areaName" : "浦口区",
"dataType" : 2,
"pageIndex" : "1",
"pageSize" : "10"
}
curl --location --request POST 'http://172.168.1.18:8657/sz-prodcut/subsidyManage/villageSubsidyList.do' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataYear" : 2023,
"areaName" : "浦口区",
"dataType" : 2,
"pageIndex" : "1",
"pageSize" : "10"
}'
{
"data": {
"cpage": 1,
"totalitem": 5,
"totalpage": 1,
"pagesize": 10,
"nextpage": 1,
"previouspage": 1,
"hasnextpage": false,
"hasprevioupage": false,
"hasfristpage": false,
"hasendpage": false,
"list": [
{
"subsidyMoney": 232,
"dataYear": 2023,
"dataType": 2,
"totalMoney": 1160.32,
"id": "2c288eef8c3d183d018c3dd1f8380015",
"userName": "小李2",
"numberOfPeople": 1
},
{
"subsidyMoney": 232,
"dataYear": 2023,
"dataType": 2,
"totalMoney": 1160.32,
"id": "2c288eef8c3d183d018c3dcf9af60012",
"userName": "小李2",
"numberOfPeople": 1
},
{
"subsidyMoney": 232.32,
"dataYear": 2023,
"dataType": 2,
"totalMoney": 1160.32,
"id": "2c288eef8c3d183d018c3dcf9b720013",
"userName": "小李4",
"numberOfPeople": 1
},
{
"subsidyMoney": 232,
"dataYear": 2023,
"dataType": 2,
"totalMoney": 1160.32,
"id": "2c288eef8c3d183d018c3dcebe3f000f",
"userName": "小李1",
"numberOfPeople": 1
},
{
"subsidyMoney": 232,
"dataYear": 2023,
"dataType": 2,
"totalMoney": 1160.32,
"id": "2c288eef8c3d183d018c3dcebe930010",
"userName": "小李3",
"numberOfPeople": 1
}
],
"map": null
},
"msg": "成功",
"success": true,
"code": 0
}