{
"unitId": "string",
"year": "string",
"villageType": "string",
"orgType": "string",
"resourceType": "string",
"areaLevel": "string"
}
curl --location --request POST 'http://172.168.1.18:8657/sz-prodcut//cockpitsResource.do' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"unitId": "string",
"year": "string",
"villageType": "string",
"orgType": "string",
"resourceType": "string",
"areaLevel": "string"
}'
{
"data": [
{
"managementFormsName": "string",
"resourceTotalArea": "string",
"proportion": "string"
}
],
"msg": "string",
"code": 0
}