之前,似乎来自FCM推送通知的捆绑数据具有以下内容:
Before:
{
"google.c.a.udt": "...",
"google.sent_time": "1486481416380",
"gcm.notification.e": "1",
"google.c.a.c_id": "...",
"google.c.a.ts": "...",
"gcm.n.e": "1",
"google.message_id": "...",
"gcm.notification.body": "testing 123",
"google.c.a.e": "1",
"collapse_key": "..."
}
现在,我的代码似乎被破坏了,因为当我查看密钥" gcm.notification.body"时,密钥不再存在。这就是我现在看到的:
Now
{
"google.sent_time": "1486481416380",
"goole.message_id": "...",
}
我理解正确吗?