|
@@ -30,4 +30,17 @@ public class TestController {
|
|
|
return ResultData.ok(fYunFileService.fileExist("scene_result_data/KK-t-JCaoqtvy7AO/caches/images"));
|
|
|
}
|
|
|
|
|
|
+ @GetMapping("/gd")
|
|
|
+ public ResultData gd(String path){
|
|
|
+ fYunFileService.copyFileBetweenBucket("4dkankan", path, "4dkk-bak", path);
|
|
|
+ fYunFileService.deleteFolder("4dkankan", path);
|
|
|
+ return ResultData.ok();
|
|
|
+ }
|
|
|
+
|
|
|
+ @GetMapping("/jd")
|
|
|
+ public ResultData jd(String path){
|
|
|
+ fYunFileService.copyFileBetweenBucket("4dkk-bak", path, "4dkk-bak", path);
|
|
|
+ return ResultData.ok();
|
|
|
+ }
|
|
|
+
|
|
|
}
|