|  | @ -65,7 +65,7 @@ public class HttpClientManager { | 
			
		
	
		
		
			
				
					|  |  | 	// 连接超时时间,毫秒
 |  |  | 	// 连接超时时间,毫秒
 | 
			
		
	
		
		
			
				
					|  |  | 	private static int connectionTimeout = 5000; |  |  | 	private static int connectionTimeout = 5000; | 
			
		
	
		
		
			
				
					|  |  | 	// 读取数据超时时间,毫秒
 |  |  | 	// 读取数据超时时间,毫秒
 | 
			
		
	
		
		
			
				
					
					|  |  | 	private static int soTimeout = 20000; |  |  | 	private static int soTimeout = 45000; | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  | 	private static String HEADER_CONTENT_TYPE = "Content-Type"; |  |  | 	private static String HEADER_CONTENT_TYPE = "Content-Type"; | 
			
		
	
		
		
			
				
					|  |  | 	private static String HEADER_APPLICATION_JSON = "application/json;charset=utf-8"; |  |  | 	private static String HEADER_APPLICATION_JSON = "application/json;charset=utf-8"; | 
			
		
	
		
		
			
				
					|  |  | 	private static String UTF8 = "utf-8"; |  |  | 	private static String UTF8 = "utf-8"; | 
			
		
	
	
		
		
			
				
					|  | 
 |