|  | @@ -85,5 +85,12 @@ public class CourseGroupController extends BaseController {
 | 
	
		
			
				|  |  |          return succeed(courseGroupService.getLiveLockTimeCache(teacherId).get(teacherId));
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    @ApiOperation("修改直播课程组")
 | 
	
		
			
				|  |  | +    @PostMapping("/updateLiveCourse")
 | 
	
		
			
				|  |  | +    public HttpResponseResult<Object> updateLiveCourse(@RequestBody LiveCourseGroupDto dto) {
 | 
	
		
			
				|  |  | +        courseGroupService.updateLiveCourse(dto);
 | 
	
		
			
				|  |  | +        return succeed();
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 |