获取开放接口日志
GET/log/openapi
请求
参数
类型
响应
参数
类型
- OpenApiLogItem
参数
类型
{
"data": [
{
"id": 1,
"time": "2025-01-01T12:00:00.000Z",
"method": "GET",
"path": "/file/list",
"ip": "1.2.3.4",
"address": "中国 广东 深圳",
"browser": "Chrome 128",
"os": "Windows 11",
"device": "Desktop"
},
{
"id": 2,
"time": "2025-01-01T11:55:00.000Z",
"method": "POST",
"path": "/script/run",
"ip": "1.2.3.4",
"address": "中国 广东 深圳",
"browser": "Chrome 128",
"os": "Windows 11",
"device": "Desktop"
}
],
"total": 2,
"page": 1,
"size": 20
}默认倒序返回

