类 FileController

java.lang.Object
plus.hiver.rustfs.controller.FileController

@RestController @RequestMapping("/hiver/file") public class FileController extends Object
文件管理管理接口

尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负

作者:
Yazhi Li
  • 构造器详细资料

    • FileController

      public FileController()
  • 方法详细资料

    • getFileList

      @GetMapping("/getByCondition") public plus.hiver.common.api.Result<org.springframework.data.domain.Page<File>> getFileList(File file, plus.hiver.common.vo.SearchVo searchVo, plus.hiver.common.vo.PageVo pageVo)
    • renameUserFile

      @PostMapping("/rename") public plus.hiver.common.api.Result renameUserFile(@RequestParam Long id, @RequestParam String newKey, @RequestParam String newTitle)
    • copy

      @PostMapping("/copy") public plus.hiver.common.api.Result copy(@RequestParam Long id)
    • delete

      @PostMapping("/delete") public plus.hiver.common.api.Result delete(@RequestParam Long[] ids)