|  |  | @@ -25,6 +25,12 @@ public class AiDigitalAvatarHelper { | 
		
	
		
			
			|  |  |  | this.digital_avatar = digital_avatar; | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | private static String digital_avatar_hy; | 
		
	
		
			
			|  |  |  | @Value("${photo.digital_avatar_hy}") | 
		
	
		
			
			|  |  |  | public void setDigitalAvatarHy(String digital_avatar_hy){ | 
		
	
		
			
			|  |  |  | this.digital_avatar_hy = digital_avatar_hy; | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | private static String callbackUrl; | 
		
	
		
			
			|  |  |  | @Value("${photo.callbackUrl}") | 
		
	
		
			
			|  |  |  | public void setCallbackUrl(String callbackUrl){ | 
		
	
	
		
			
				|  |  | @@ -113,7 +119,7 @@ public class AiDigitalAvatarHelper { | 
		
	
		
			
			|  |  |  | public static SuperImgResult superImg(SuperImgParam param) { | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | //		log.info("生成照片start    request:" + param.getBg_img()); | 
		
	
		
			
			|  |  |  | String response = HttpUtil.doAiVideoPost(digital_avatar + "/sr_img", JSONObject.toJSONString(param)); | 
		
	
		
			
			|  |  |  | String response = HttpUtil.doAiVideoPost(digital_avatar_hy + "/sr_img", JSONObject.toJSONString(param)); | 
		
	
		
			
			|  |  |  | log.info("照片超分end      response:"+response); | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | SuperImgResult result = new SuperImgResult(); | 
		
	
	
		
			
				|  |  | 
 |