{
"unitId": "string",
"year": "string"
}
curl --location --request POST 'http://172.168.1.18:8657/sz-prodcut//szProjectInfo/getMapUnit.do' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"unitId": "string",
"year": "string"
}'
{
"data": [
{
"areaLevel": 0,
"allPath": "string",
"areaCode": "string",
"areaId": "string",
"areaName": "string",
"parentId": "string",
"dataResponse": {
"projectNum": "string",
"completedNum": "string",
"checkedNum": "string",
"transactionAmount": "string",
"settlementAmount": "string"
},
"children": [
{
"areaLevel": 0,
"allPath": "string",
"areaCode": "string",
"areaId": "string",
"areaName": "string",
"parentId": "string",
"dataResponse": [
{
"projectNum": "string",
"completedNum": "string",
"checkedNum": "string",
"transactionAmount": "string",
"settlementAmount": "string"
}
]
}
]
}
],
"msg": "string",
"code": 0
}