Authorization: ********************{
"id": 0,
"createTime": "string",
"createdBy": 0,
"state": "string",
"account": "string",
"comments": "string",
"os": "string",
"device": "string",
"browser": "string",
"ip": "string",
"ipRegion": "string"
}curl --location --request POST 'http://localhost:8080/api/system/loginLog/query' \
--header 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"createTime": "string",
"createdBy": 0,
"state": "string",
"account": "string",
"comments": "string",
"os": "string",
"device": "string",
"browser": "string",
"ip": "string",
"ipRegion": "string"
}'{
"code": 0,
"message": "",
"data": [
{
"id": 0,
"createTime": "",
"createdBy": 0,
"state": "",
"account": "",
"comments": "",
"os": "",
"device": "",
"browser": "",
"ip": "",
"ipRegion": ""
}
],
"error": ""
}