curl --location --request POST '/szLandGis/getStatisticalData.do?qsdwdm=' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"qsdwdm" : " "
}'
{
"data": {
"confirmLand": "string",
"mergeLand": "string",
"net": "string",
"resourcesArea": 0,
"mergeStatus": [
{
"name": "string",
"value": "string",
"percent": "string"
}
],
"CONTRACTAREA": "string",
"ZJE": "string",
"charts": [
{
"year": "string",
"increase": "string",
"ZJE": "string"
}
]
},
"msg": "string",
"code": 0
}