admin
2021-07-30 19533a17aa55fafc70d0a385928e785cb50e1ebc
src/main/java/com/yeshi/buwan/util/FileUtil.java
@@ -243,7 +243,7 @@
         return f.getPath();
      } else if (type == TYPE_PICTURE_VIDEO)// 视频封面
      {
         File ff = new File(path, "video");
         File ff = new File(path, "juhe");
         if (!ff.exists())
            ff.mkdirs();
         File f = new File(ff.getPath(), "picture");
@@ -252,10 +252,10 @@
         return f.getPath();
      } else if (type == TYPE_VIDEO)// 视频封面
      {
         File ff = new File(path, "video");
         File ff = new File(path, "juhe");
         if (!ff.exists())
            ff.mkdirs();
         File f = new File(ff.getPath(), "video");
         File f = new File(ff.getPath(), "juhe");
         if (!f.exists())
            f.mkdirs();
         return f.getPath();