Browse Source

:sparkles: 更改为服务器路径

lag 1 year ago
parent
commit
e4037ff975

+ 1 - 1
download-center-server/src/main/java/com/shanghaichengdi/downloadcenterserver/faced/PicDownloadFaced.java

@@ -44,7 +44,7 @@ public class PicDownloadFaced extends Thread {
     String hour = dir.split("\\_")[3];
     String dirs = year + "/" + year + month + day + "/" + hour;
     int i = 0;
-    File photoDir = new File("/Users/gengaoliu" + dirs);
+    File photoDir = new File("/shipAnalysis/HDImages" + dirs);
     photoDir.mkdirs();
     for (String imageUrl : imageUrls) {
       boolean isSuccess = false;