|  | @@ -24,7 +24,7 @@ import java.util.List;
 | 
	
		
			
				|  |  |   */
 | 
	
		
			
				|  |  |  public class RealNameAuthenticationUtils {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    public static String appcode = "80e0722814774fee8775381cd0959262"; // 实名认证服务的认证码
 | 
	
		
			
				|  |  | +    public static String appcode = "32f90311bb704deba7e231b0355f4022"; // 实名认证服务的认证码
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      public static int maxTotal = 100; // 连接池最大并发连接数
 | 
	
		
			
				|  |  |      public static int maxPerRoute = 100; // 单路由最大并发数
 | 
	
	
		
			
				|  | @@ -90,7 +90,7 @@ public class RealNameAuthenticationUtils {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      public static void main(String[] args) throws Exception {
 | 
	
		
			
				|  |  |          long start = System.currentTimeMillis();
 | 
	
		
			
				|  |  | -        String rnaRetuen = authentication("342601197611200214", "杨浩峰");
 | 
	
		
			
				|  |  | +        String rnaRetuen = authentication("500233199506251868", "刘巧");
 | 
	
		
			
				|  |  |          long end = System.currentTimeMillis();
 | 
	
		
			
				|  |  |          System.out.println(rnaRetuen);
 | 
	
		
			
				|  |  |          System.out.println("认证结果" + rnaRetuen + "---花费时间:" + (end - start));
 |