|  | @@ -4,7 +4,8 @@ import com.github.microservice.auth.client.service.EnterpriseService
 | 
	
		
			
				|  |  |  import com.zhongshu.reward.client.service.InviteRecordFeignService;
 | 
	
		
			
				|  |  |  import org.springframework.beans.factory.annotation.Autowired;
 | 
	
		
			
				|  |  |  import org.springframework.web.bind.annotation.RequestMapping;
 | 
	
		
			
				|  |  | -import org.springframework.web.bind.annotation.RestController;
 | 
	
		
			
				|  |  | +import org.springframework.web.bind.annotation.RestController
 | 
	
		
			
				|  |  | +import springfox.documentation.annotations.ApiIgnore;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  /**
 | 
	
		
			
				|  |  |   * @author wjf
 | 
	
	
		
			
				|  | @@ -12,6 +13,7 @@ import org.springframework.web.bind.annotation.RestController;
 | 
	
		
			
				|  |  |   */
 | 
	
		
			
				|  |  |  @RestController
 | 
	
		
			
				|  |  |  @RequestMapping("/manager/inviteRecord")
 | 
	
		
			
				|  |  | +@ApiIgnore
 | 
	
		
			
				|  |  |   class InviteRecordManagerController {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      @Autowired
 |