瀏覽代碼

解冻接口

dsx 2 年之前
父節點
當前提交
f0ce21c85d
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      src/main/java/com/fdkankan/scene/controller/TestController.java

+ 6 - 6
src/main/java/com/fdkankan/scene/controller/TestController.java

@@ -37,12 +37,12 @@ public class TestController {
 //        return ResultData.ok();
 //    }
 //
-//    @GetMapping("/jd")
-//    public ResultData jd(String path){
-//        fYunFileService.restoreFolder("4dkk-bak", path, 1);
-////        fYunFileService.copyFileBetweenBucket("4dkk-bak", path, "4dkk-bak", path);
-//        return ResultData.ok();
-//    }
+    @GetMapping("/jd")
+    public ResultData jd(String path){
+        fYunFileService.restoreFolder("4dkk-bak", path, 1);
+//        fYunFileService.copyFileBetweenBucket("4dkk-bak", path, "4dkk-bak", path);
+        return ResultData.ok();
+    }
 //
 //    @GetMapping("/delete")
 //    public ResultData delete(String path) throws IOException {