{
"areaCode": "string",
"year": "string",
"orgType": "string"
}
curl --location --request POST 'api-dpAssets/queryAssetsStatistics.do' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"areaCode": "string",
"year": "string",
"orgType": "string"
}'
{
"data": {
"queryAssetsTotal": "string",
"performanceCount": "string",
"idleCount": "string"
},
"msg": "string",
"code": 0,
"success": true
}