Authorization: Bearer ********************curl --location --request GET 'https://api.mefrp.com/api/auth/operationLog/stats' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"data": {
"monthCount": 2,
"todayCount": 0,
"totalCount": 2,
"weekCount": 2
},
"message": "获取统计数据成功"
}