|
@@ -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 {
|