From 56481656c7de11cdca69c1a7dd69db176ffd9ecd Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期六, 08 五月 2021 12:49:30 +0800 Subject: [PATCH] 华为屏蔽金币任务中的看海量视频,新增广告平台概率控制 --- src/main/java/com/yeshi/buwan/util/FileUtil.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/yeshi/buwan/util/FileUtil.java b/src/main/java/com/yeshi/buwan/util/FileUtil.java index 7e754c6..5d4597d 100644 --- a/src/main/java/com/yeshi/buwan/util/FileUtil.java +++ b/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(); -- Gitblit v1.8.0