| 
					
				 | 
			
			
				@@ -68,8 +68,8 @@ public class WechatLogic extends OutsideBaseApi{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         String s = HttpUtils.requestPostForm(pcUrl + "/wechat/pub/auth", map, null); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         ResponseHelper<String> result = JSONUtil.toBean(s, new TypeReference<ResponseHelper<String>>() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }, false); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        log.info("获取绑定公众号openid:{}",result); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         String s1 = checkData(result); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        log.info("获取绑定公众号openid:{}",s1); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         return s1; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |