admin
2020-03-01 ec8a1c6f81b5747e9efce86faaba33d10df7f61d
fanli/src/main/java/com/yeshi/fanli/util/FileUtil.java
@@ -67,7 +67,7 @@
      String os = System.getProperty("os.name");
      if (os.toLowerCase().startsWith("win")) {
         File f = new File("D:/cache");
         File f = new File("C:/cache");
         if (!f.exists())
            f.mkdirs();
         return f.getPath();