|  | @@ -29,7 +29,7 @@ public class VipGroupController {
 | 
	
		
			
				|  |  |      @PostMapping("/info")
 | 
	
		
			
				|  |  |      @ApiOperation("小课详情-头信息")
 | 
	
		
			
				|  |  |      public BaseResponse info(@RequestBody VipGroupReq vipGroupReq) {
 | 
	
		
			
				|  |  | -        return BaseResponse.success(vipGroupService.getInfo(vipGroupReq));
 | 
	
		
			
				|  |  | +        return vipGroupService.getInfo(vipGroupReq);
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |      @PostMapping("/courseList")
 | 
	
		
			
				|  |  |      @ApiOperation("小课详情-课表")
 |