| 
					
				 | 
			
			
				@@ -324,8 +324,8 @@ public class KfAppletMsgServiceImpl implements IKfAppletMsgService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 .build().toUri(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         //link参数构造 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         Map<String, Object> linkMap = new HashMap<>(4); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        linkMap.put("title", "点我充值"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        linkMap.put("description", "点我充值" + amount + "元,用于购买" + amount + "元档充值"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        linkMap.put("title", "点我支付"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        linkMap.put("description", amount + "元\n" + "充值后返回游戏查看\n编号: " + order.getId()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         linkMap.put("url", url); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         linkMap.put("thumb_url", thumbUrl); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         //发送消息 
			 |