curl --location --request GET 'http://127.0.0.1:18111/biz/statistic/deptAreaIllegalStatistics' \
--header 'Authorization: Bearer '
{
"total": 0,
"rows": [
{
"deptId": 0,
"showName": "string",
"deptName": "string",
"areaName": "string",
"areaCode": "string",
"deptType": 0,
"illegalType": 0,
"allCount": 0,
"warnSuccessCount": 0,
"closedCorrectionOnTimeCount": 0,
"rectificationRate": 0,
"punishCount": 0,
"processedCount": 0,
"processRate": 0,
"criticizeCount": 0,
"beginDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z"
}
],
"code": 0,
"msg": "string"
}