Authorization: Bearer ********************curl --location '/admin-api/system/login-log/page?pageNo=1&pageSize=10' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"list": [
{
"id": 1024,
"logType": 1,
"userId": 666,
"userType": 2,
"traceId": "89aca178-a370-411c-ae02-3f0d672be4ab",
"username": "xecho",
"result": 1,
"userIp": "127.0.0.1",
"userAgent": "Mozilla/5.0",
"createTime": "2019-08-24T14:15:22.123Z"
}
],
"total": 0
},
"msg": "string"
}