| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -109,7 +109,7 @@ public class WxCacheRequest { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					     */ | 
					 | 
					 | 
					 | 
					     */ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    private static AccessToken requestWxAccessToken() { | 
					 | 
					 | 
					 | 
					    private static AccessToken requestWxAccessToken() { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        try { | 
					 | 
					 | 
					 | 
					        try { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            JSONObject respJson = RequestHelper.getJsonObj(LOCALHOST_URL, null); | 
					 | 
					 | 
					 | 
					            JSONObject respJson = RequestHelper.getJsonObj(SERVICE_URL, null); | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            log.info("[token请求]resp={}", respJson); | 
					 | 
					 | 
					 | 
					            log.info("[token请求]resp={}", respJson); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            String code = respJson.getString("code"); | 
					 | 
					 | 
					 | 
					            String code = respJson.getString("code"); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            if (!"200".equals(code)) { | 
					 | 
					 | 
					 | 
					            if (!"200".equals(code)) { | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |