v0.3.53: Fix ad cleanup batchDelete HTTP 404 (remove exclude_filelist), rename cleanup section to 转存文件清理
This commit is contained in:
@@ -114,7 +114,6 @@ async function batchDeleteFiles(cookie, fids) {
|
||||
body: JSON.stringify({
|
||||
action_type: 1,
|
||||
filelist: fids,
|
||||
exclude_filelist: [],
|
||||
}),
|
||||
signal: AbortSignal.timeout(30000),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user