fix: 统一文件上传、删除接口

This commit is contained in:
ssongliu
2022-12-01 10:36:49 +08:00
committed by ssongliu
parent c11c3be0de
commit e66ce1a9f2
17 changed files with 304 additions and 195 deletions

View File

@@ -169,10 +169,6 @@ export namespace Database {
createdAt: string;
size: string;
}
export interface FileRecordDelete {
fileDir: string;
names: Array<string>;
}
export interface RedisRecover {
fileName: string;
fileDir: string;