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