我们使用云引擎拦截消息,并自定义定向消息推送,目前发现一个问题,android设备向iOS设备发送消息的时候,iOS会受到两条推送,其中有一条是云引擎拦截后的推送,另一条好像是系统自动发送的,麻烦帮我查一下这个notification来自哪里,消息json如下
{
"updatedAt": "2020-11-03T09:17:32.302Z",
"from-service": "rtm",
"prod": "prod",
"notificationId": "5f8d308817500d4c4422f147+aPXPjquWQmyVQ5zswSJ1SQ",
"createdAt": "2020-11-03T09:17:17.433Z",
"msg": {
"alert": "你有一条新的消息,请注意查收",
"expirationtime": "2020-11-18T09:17:17.433Z"
},
"pushContentFrom": "push-data",
"successes": 1,
"iosSuccesses": 1,
"status": "done",
"devices": 1,
"pushedAt": "2020-11-03T09:17:18.293Z",
"msg-info": {
"msgId": "aPXPjquWQmyVQ5zswSJ1SQ",
"convId": "5f8d308817500d4c4422f147",
"clientIds": [
"1318003999607136258"
]
}
}