phonegap插件,信息中多了很多cn.jpush.android开头的这些字段

IrisJay
2017-12-07 03:40 197 0

QQ反馈:
appkey=47c4a8f5ca65672796dc8d32
msgid=27021598029250911

使用phonepag插件。推送的是通知消息

{"android":{"priority":2,"alert_type":1,"extras":{"notId":6,"region":"EIT300"},"alert":"test msg body5 -- SendTime:11:16","title":"FlynnTest-5"}}

麻烦帮我看下 为什么会多cn.jpush.android开头的这些字段
系统日志我只找到这么一条:

12-07 11:17:00.370  1531  1531 D CordovaWebViewImpl: 
>>> loadUrl(javascript:window.plugins.jPushPlugin.receiveNotificationInAndroidCallback
({"title":"FlynnTest-5",
"alert":"test msg body5 -- SendTime:11:16",
"extras":{"cn.jpush.android.NOTI_PRIORITY":"2",
"cn.jpush.android.ALERT_TYPE":"1","notId":"6","
region":"EIT300","cn.jpush.android.EXTRA":{"notId":6,"region":"EIT300"},
"cn.jpush.android.MSG_ID":"27021598029250911",
"cn.jpush.android.ALERT":"test msg body5 -- SendTime:11:16",
"cn.jpush.android.NOTIFICATION_ID":519897968}});)

cn.jpush.android这些开头的字段,值都是重复的

1个回答

热门排序
  • 这是 SDK 自带的,收到时有这些信息,就是定义的常量。 原生 demo 有提供解析的代码 在插件里面收到就是这样,示例有说https://github.com/jpush/jpush-phonegap-plugin/blob/mast 展示全部
gptbots-widget