From 1bce00f5b3614ca12b683dfe8a3cf733e1ed68b6 Mon Sep 17 00:00:00 2001 From: EricsHu <hrr145632> Date: 星期五, 26 五月 2023 16:25:22 +0800 Subject: [PATCH] 11 --- src/main/java/com/qxueyou/scc/sys/service/impl/VideoOssService.java | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/java/com/qxueyou/scc/sys/service/impl/VideoOssService.java b/src/main/java/com/qxueyou/scc/sys/service/impl/VideoOssService.java index db25f99..9c70b54 100644 --- a/src/main/java/com/qxueyou/scc/sys/service/impl/VideoOssService.java +++ b/src/main/java/com/qxueyou/scc/sys/service/impl/VideoOssService.java @@ -18,9 +18,9 @@ import com.qxueyou.scc.sys.service.IOssVideoService; /** - *上传服务 + *涓婁紶鏈嶅姟 * - * @author 德虎 + * @author 寰疯檸 * */ @Service @@ -33,7 +33,7 @@ private static String resRootPath; /** - * 初始化客户端 + * 鍒濆鍖栧鎴风 */ @PostConstruct private void init() { @@ -42,7 +42,7 @@ /** - * 上传视频文件: + * 涓婁紶瑙嗛鏂囦欢锛� */ public Result uplpadVideoFile(File file, String destPath) { String fullPath = null; @@ -61,7 +61,7 @@ } /** - * 上传视频文件: + * 涓婁紶瑙嗛鏂囦欢锛� */ public Result uplpadVideoFile(InputStream input,String fileFormat,long fileLength, String destPath) { String fullPath = null; @@ -108,7 +108,7 @@ } /** - * 如果路径以 / 或 \ 开头,需要截取 + * 濡傛灉璺緞浠� / 鎴� \ 寮�澶达紝闇�瑕佹埅鍙� * @param destPath * @return */ -- Gitblit v1.8.0