fix: harden disk monitor configuration flows
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user