|
@@ -58,7 +58,7 @@ public class CourseScheduleController extends BaseController {
|
|
|
@ApiImplicitParam(name = "teacherId", dataType = "Long", value = "老师id"),
|
|
|
})
|
|
|
@ApiOperation("直播课创建时的日历数据")
|
|
|
- @PostMapping("/queryTeacherLiveCourse")
|
|
|
+ @PostMapping("/createLiveCourseCalendar")
|
|
|
public HttpResponseResult<List<CourseCalendarEntity>> createLiveCourseCalendar(Map<String, Object> param) {
|
|
|
return succeed(courseScheduleService.createLiveCourseCalendar(param));
|
|
|
}
|