fix: harden disk monitor configuration flows

This commit is contained in:
2026-04-23 03:09:36 +08:00
parent c6e3662248
commit 7dee9092dc
8 changed files with 190 additions and 19 deletions

View File

@@ -721,10 +721,14 @@ CREATE TABLE IF NOT EXISTS `disk_monitor_notify_log` (
```json
{
"pageNum": 1,
"pageSize": 10
"pageSize": 100,
"sortField": "startedAt",
"sortOrder": "desc"
}
```
说明:该接口默认用于“最近任务”区域,后端应按 `startedAt desc` 返回最近记录,前端再截取前 10 条进行展示。
### 列表字段
- `jobId`