mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-11 11:56:50 +08:00
AI字幕数据查询
This commit is contained in:
@@ -210,7 +210,9 @@ public class StudyCourseApi extends ApiBaseController{
|
|||||||
List<CourseContent> cclist=contentService.getByCourseId(cid);
|
List<CourseContent> cclist=contentService.getByCourseId(cid);
|
||||||
List<CourseSection> sectionlist=sectionService.getByCourseId(cid);
|
List<CourseSection> sectionlist=sectionService.getByCourseId(cid);
|
||||||
List<CourseTeacher> teachers=courseService.findTeachersByCourseId(cid);
|
List<CourseTeacher> teachers=courseService.findTeachersByCourseId(cid);
|
||||||
log.info("=========== 根据课程信息查询AI字幕数据:cclist = " + cclist.get(0).toString());
|
if(cclist == null || cclist.size() == 0){
|
||||||
|
log.info("========查询到视频数据=========");
|
||||||
|
}
|
||||||
for (CourseContent cc : cclist) {
|
for (CourseContent cc : cclist) {
|
||||||
log.info("根据视频信息查询AI字幕数据:cc = " + cc.toString());
|
log.info("根据视频信息查询AI字幕数据:cc = " + cc.toString());
|
||||||
this.getVtt( cid , cc);
|
this.getVtt( cid , cc);
|
||||||
|
|||||||
Reference in New Issue
Block a user