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