|
@@ -78,6 +78,7 @@ public class JiguangPushPlugin implements MessageSenderPlugin, InitializingBean
|
|
|
JSONObject android_extras = new JSONObject();// android额外参数
|
|
|
android_extras.put("type", "infomation");
|
|
|
android_extras.put("url", url);
|
|
|
+ android_extras.put("memo", url);
|
|
|
android.put("extras", android_extras);
|
|
|
|
|
|
JSONObject ios = new JSONObject();// ios通知内容
|
|
@@ -87,6 +88,7 @@ public class JiguangPushPlugin implements MessageSenderPlugin, InitializingBean
|
|
|
JSONObject ios_extras = new JSONObject();// ios额外参数
|
|
|
ios_extras.put("type", "infomation");
|
|
|
ios_extras.put("url", url);
|
|
|
+ ios_extras.put("memo", url);
|
|
|
ios.put("extras", ios_extras);
|
|
|
notification.put("android", android);
|
|
|
notification.put("ios", ios);
|