浏览代码

Merge branch 'saas_2022_05_17_activity' into master_saas

hgw 3 年之前
父节点
当前提交
dbfdb29ead

+ 1 - 1
mec-thirdparty/src/main/java/com/ym/mec/thirdparty/message/provider/JiguangPushPlugin.java

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