Authorization: Bearer ********************curl --location --request GET 'https://sit-api.brain-ol.com/audits' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"msg": "OK",
"data": [
{
"username": "admin",
"name": "访客",
"operation": "用户登录",
"ip": "127.0.0.1",
"httpMethod": "POST",
"url": "/auth/login",
"result": "成功",
"timestamp": 1729169096899,
"duration": 367,
"userAgent": "Apifox/1.0.0 (https://apifox.com)"
}
]
}