| 
					
				 | 
			
			
				@@ -6,7 +6,7 @@ import org.springframework.cloud.openfeign.FeignClient; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import org.springframework.web.bind.annotation.GetMapping; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import org.springframework.web.bind.annotation.RequestParam; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-@FeignClient(url = "https://tp-open.piaoquantv.com") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+@FeignClient(name = "growth-manager", url = "https://tp-open.piaoquantv.com") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 public interface GrowthManagerFeign { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @GetMapping("/cgi/reply/getVideoCharacteristic") 
			 |