|  | @@ -92,7 +92,10 @@ public class JiguangPushPlugin implements MessageSenderPlugin, InitializingBean
 | 
	
		
			
				|  |  |  		android_extras.put("url", url);
 | 
	
		
			
				|  |  |  		android_extras.put("memo", url);
 | 
	
		
			
				|  |  |  		android.put("extras", android_extras);
 | 
	
		
			
				|  |  | -		android.put("intent", "intent:#Intent;action=android.intent.action.MAIN;end");
 | 
	
		
			
				|  |  | +        //2022年5月27日 增加以下参数,是因为安卓无法跳转到APP中
 | 
	
		
			
				|  |  | +        JSONObject intentParam = new JSONObject();
 | 
	
		
			
				|  |  | +        intentParam.put(url,"intent:#Intent;action=android.intent.action.MAIN;end");
 | 
	
		
			
				|  |  | +        android.put("intent", intentParam);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  		JSONObject ios = new JSONObject();// ios通知内容
 | 
	
		
			
				|  |  |  		ios.put("alert", alert);
 |