刘韬 hace 4 años
padre
commit
36fd790399
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      DataFusion/src/com/zskk/control/ViewController.java

+ 1 - 1
DataFusion/src/com/zskk/control/ViewController.java

@@ -76,7 +76,7 @@ public class ViewController extends Controller {
 			try (Response response = OKHTTP_CLIENT.newCall(request).execute()) {
 				if (!response.isSuccessful())
 					throw new IOException("Unexpected code " + response);
-				String dirName = "/zskk_system/zskk_dicomQRScp";
+				String dirName = "/home/zskk/桌面";
 				File file = new File(dirName);
 				if (!file.exists()) {
 					file.mkdir();