|  | @ -193,7 +193,6 @@ public class PushMsgTask {
 | 
	
		
			
				|  |  |                 logger.error("send wechat message failed:openid is empty");
 | 
	
		
			
				|  |  |                 return false;
 | 
	
		
			
				|  |  |             }
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |             if (access_token != null) {
 | 
	
		
			
				|  |  |                 String token_url = "https://api.weixin.qq.com/cgi-bin/message/template/send?access_token=" + access_token;
 | 
	
		
			
				|  |  |                 String params = typeMsg(type, openid, name, json);
 |