bug
This commit is contained in:
@@ -109,6 +109,16 @@ public class CourseController {
|
||||
return R.ok().put("data",chapterDetail);
|
||||
}
|
||||
|
||||
/**
|
||||
* 开通免费课程
|
||||
* @param map
|
||||
* @return
|
||||
*/
|
||||
@RequestMapping("/startStudyForMF")
|
||||
public R startStudyForMF(@RequestBody Map<String,Integer> map){
|
||||
return courseService.startStudyForMF(map.get("catalogueId"));
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取课程详情
|
||||
* @param param
|
||||
|
||||
Reference in New Issue
Block a user