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