curl --location --request POST 'http://127.0.0.1:18111/biz/motorIllegal/getAllTypeIllegalCount' \
--header 'Authorization: Bearer '
{
"code": 0,
"msg": "string",
"data": {
"parkIllegalNum": 0,
"chargeIllegalNum": 0,
"enterElevatorIllegalNum": 0,
"otherIllegal": 0,
"deptName": "string",
"totalIllegalNum": 0
}
}