admin
2021-04-01 1d28c69a351ae108f4116a10f19f615c89a660a2
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();