vod普通加密

This commit is contained in:
wangjinlei
2024-07-19 09:46:02 +08:00
parent 10796fe6c6
commit 2228ed148d
7 changed files with 122 additions and 13 deletions

View File

@@ -39,5 +39,7 @@ public class CourseCatalogueChapterVideoEntity {
@TableField(exist = false)
private String Mp4Url;
@TableField(exist = false)
private String m3u8Url;
@TableField(exist = false)
private String MtsHlsUriToken;
}