javasdk,应用分组推送成功,客户端没有收到推送的信息

Fss
2018-02-02 07:53 2.7k 0

GroupPushClient groupPushClient = new GroupPushClient("xxxx", "xxx");
Map<String, PushResult> result = groupPushClient.sendGroupPush(payload);

返回的消息提示推送成功。但是没有收到推送消息。
payload={"platform":["android"],"audience":{"registration_id":["18071adc0333b9dc5f0","190e35f7e04fef6959e","140fe1da9ea5fd7e2dd","140fe1da9e99dba293a","170976fa8a8051860d2","1a0018970a9fa301655"]},"message":{"msg_content":"hello test!!"},"options":{"sendno":550109251,"apns_production":false}}

返回的信息:Got result - {fa25cd055247d512a521abc1={"msg_id":2991023167,"sendno":550109251,"statusCode":0}, 9d82ce6dd00d7521004c957d={"msg_id":2991023166,"sendno":550109251,"statusCode":0}}

jpush-client版本:3..3.3

2个回答

热门排序