新增视频播放地址api

This commit is contained in:
none
2023-03-20 15:33:20 +08:00
parent d19aa8d2ee
commit 71fcb008ed
7 changed files with 179 additions and 4 deletions

View File

@@ -33,4 +33,6 @@ public interface ResourceService extends IService<Resource> {
Map<Integer, Integer> getCategoryCount(String type);
Integer total(String type);
Integer duration(Integer id);
}