🎇 feat: pikpak support

This commit is contained in:
微凉
2021-12-16 22:50:23 +08:00
parent 1c65588b4a
commit c64c003257
8 changed files with 433 additions and 0 deletions

View File

@ -220,6 +220,7 @@ func moveFiles(ctx context.Context, fs *FileSystem, src string, dst string, over
}
err = driver.Move(srcPath,dstPath,srcAccount)
if err != nil {
log.Debug(err)
return http.StatusInternalServerError, err
}
return http.StatusNoContent, nil