{
"clientCode": "string",
"statsType": "string"
}
curl --location --request POST '/hcStats/queryStatsDimension' \
--header 'token: 11596421593146' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientCode": "string",
"statsType": "string"
}'
{
"code": "0000",
"description": "SUCCESS",
"result": [
{
"caseTypeId": 1,
"caseTypeName": "普通案件",
"debtAgeIdList": [
{
"key": "M7~M12",
"value": "85"
},
{
"key": "M1~M3",
"value": "101"
}
]
},
{
"caseTypeId": 2,
"caseTypeName": "特殊案件",
"debtAgeIdList": [
{
"key": "M7~M12",
"value": "85"
}
]
}
]
}