浏览代码

支持圆周率计算

dengsixing 8 月之前
父节点
当前提交
7072af8c20
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/fdkankan/contro/controller/SceneFileController.java

+ 1 - 1
src/main/java/com/fdkankan/contro/controller/SceneFileController.java

@@ -236,7 +236,7 @@ public class SceneFileController{
 
 
     @PostMapping("/send_bd")
     @PostMapping("/send_bd")
     public ResultData noticeBuildBd(String ossHost, String uuid, String dir) throws Exception {
     public ResultData noticeBuildBd(String ossHost, String uuid, String dir) throws Exception {
-        String prefix = "http://" + ossHost + "/oss/bd_server/" + dir + "/";
+        String prefix = "http://" + ossHost + "/";
         String path = "/oss/4dkankan/bd_server/" + dir;
         String path = "/oss/4dkankan/bd_server/" + dir;
         List<File> files = FileUtil.loopFiles(path);
         List<File> files = FileUtil.loopFiles(path);
         files.parallelStream().forEach(file ->{
         files.parallelStream().forEach(file ->{