dengsixing 3 meses atrás
pai
commit
e6d22ad396

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

@@ -268,7 +268,7 @@ public class SceneFileController{
             localPath = parentPath + details.getFileName();
             localPath = parentPath + details.getFileName();
         }
         }
         FileUtil.mkParentDirs(localPath);
         FileUtil.mkParentDirs(localPath);
-        String url = "http://4dkankan-nginx"  + localPath.replace("4dkankan/", "");
+        String url = "http://4dkankan-nginx:1804"  + localPath.replace("4dkankan/", "");
         file.transferTo(new File(localPath));
         file.transferTo(new File(localPath));
 
 
         SendCallAlgorithmParam param = new SendCallAlgorithmParam();
         SendCallAlgorithmParam param = new SendCallAlgorithmParam();