|
@@ -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 = "/home/zskk/桌面/aaa";
|
|
|
+ String dirName = "/home/zskk/桌面/DICOM_URL";
|
|
|
File file = new File(dirName);
|
|
|
if (!file.exists()) {
|
|
|
file.mkdir();
|
|
@@ -108,7 +108,8 @@ public class ViewController extends Controller {
|
|
|
this.renderText(e.toString());
|
|
|
|
|
|
}
|
|
|
-
|
|
|
+ this.renderText("succ");
|
|
|
+
|
|
|
}
|
|
|
public static DruidPlugin createConnectedDruidPlugin() {
|
|
|
|