派生自 projectDept/qhighschool

EricsHu
2022-12-05 068fc7f2e81178e55fa191a13709af64b1a163f6
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
    */