|  | @ -230,6 +230,7 @@ public class ZysoftApi extends AbstractApiExecuter {
 | 
	
		
			
				|  |  |         String ca_url = SystemConfig.sysPropertiesSets.get("ca_url");
 | 
	
		
			
				|  |  |         System.out.println("ca_url:"+ca_url);
 | 
	
		
			
				|  |  |         String response = doHttpPost(ca_url,licence,openCrypto,paramsList,headersList);
 | 
	
		
			
				|  |  |         System.out.print("response:"+response+"\r\n");
 | 
	
		
			
				|  |  |         response = response.replace("\r","").replace("\n","").replace("\t","").replace("\f","");
 | 
	
		
			
				|  |  |         //System.out.print("response:"+response+"\r\n");
 | 
	
		
			
				|  |  |         return response;
 |