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