curl --location --request GET 'http://127.0.0.1:18111/biz/statistic/repeatedlyIllegalStatistics' \
--header 'Authorization: Bearer '
{
"total": 0,
"rows": [
{
"plate": "string",
"plateColor": 0,
"illegalCount": 0,
"pendingCount": 0,
"processedCount": 0,
"beginDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z"
}
],
"code": 0,
"msg": "string"
}