搜索
/logs
GET /
获取所有可访问的日志文件列表(排除黑名单文件)。
GET /detail
查询参数
{ path?: string, // 日志路径 file?: string // 文件名 }
响应
GET /:file
{ path?: string // 日志路径 }