mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-12 12:20:25 +08:00
feat: 新增统一文件模块,统一文件操作
This commit is contained in:
@@ -47,8 +47,6 @@ export const machineApi = {
|
||||
delConf: Api.newDelete('/machines/{machineId}/files/{id}'),
|
||||
// 机器终端操作记录列表
|
||||
termOpRecs: Api.newGet('/machines/{machineId}/term-recs'),
|
||||
// 机器终端操作记录详情
|
||||
termOpRec: Api.newGet('/machines/{id}/term-recs/{recId}'),
|
||||
};
|
||||
|
||||
export const cronJobApi = {
|
||||
|
||||
Reference in New Issue
Block a user