bug
This commit is contained in:
@@ -164,8 +164,7 @@ public class CourseController {
|
||||
*/
|
||||
@RequestMapping("/checkVideo")
|
||||
public R checkVideo(@RequestBody CourseCatalogueChapterVideoEntity video) throws Exception {
|
||||
CourseCatalogueChapterVideoEntity courseCatalogueChapterVideoEntity = courseCatalogueChapterVideoService.checkVideo(video);
|
||||
return R.ok().put("video",courseCatalogueChapterVideoEntity);
|
||||
return courseCatalogueChapterVideoService.checkVideo(video);
|
||||
}
|
||||
|
||||
@RequestMapping("/getMyCourse")
|
||||
|
||||
Reference in New Issue
Block a user