Authorization: ********************curl --location 'http://localhost:8080/admin/log/operation?page=1&size=10&username=undefined&startDate=undefined&endDate=undefined' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"message": "string",
"data": {
"total": 0,
"records": [
{
"id": 0,
"username": "string",
"operation": "string",
"method": "string",
"params": "string",
"ip": "string",
"result": "success",
"createTime": "2019-08-24T14:15:22.123Z"
}
]
}
}