修复一下bug
This commit is contained in:
@@ -62,6 +62,17 @@ public class CourseController {
|
||||
return R.ok().put("courses",sociologyCourseList);
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取课程目录章节详情
|
||||
* @param param
|
||||
* @return
|
||||
*/
|
||||
@RequestMapping("/getCourseCatalogueChapterDetail")
|
||||
public R getCourseCatalogueChapterDetail(@RequestBody ParamTo param){
|
||||
Map<String, Object> chapterDetail = courseCatalogueChapterService.getChapterDetail(param.getId());
|
||||
return R.ok().put("data",chapterDetail);
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取课程详情
|
||||
* @param param
|
||||
|
||||
Reference in New Issue
Block a user