|
|
@@ -1,15 +1,15 @@
|
|
|
package cn.reghao.dfs.api.iface;
|
|
|
|
|
|
-import cn.reghao.dfs.api.dto.VideoInfo;
|
|
|
+import cn.reghao.dfs.api.dto.ImageUrl;
|
|
|
import cn.reghao.dfs.api.dto.VideoUrlDto;
|
|
|
|
|
|
import java.util.List;
|
|
|
|
|
|
/**
|
|
|
* @author reghao
|
|
|
- * @date 2023-01-10 13:46:11
|
|
|
+ * @date 2023-01-10 13:46:21
|
|
|
*/
|
|
|
-public interface VideoFileService {
|
|
|
- void setVideoInfo(VideoInfo videoInfo);
|
|
|
+public interface MediaUrlService {
|
|
|
+ ImageUrl getImageUrl(String imageFileId);
|
|
|
List<VideoUrlDto> getVideoUrls(String videoFileId, String urlType);
|
|
|
}
|