Skip to content

Commit 51ba4ab

Browse files
author
wangzq3
committed
在ReceivedsResult类中添加对应新版api的返回值的字段
1 parent 58613eb commit 51ba4ab

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/main/java/cn/jpush/api/report/ReceivedsResult.java

+8
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ public static class Received {
2222
@Expose
2323
public long msg_id;
2424
@Expose
25+
public int android_pns_sent;
26+
@Expose
27+
public int android_pns_received;
28+
@Expose
29+
public int quickapp_jpush_received;
30+
@Expose
31+
public int quickapp_pns_sent;
32+
@Expose
2533
public int android_received;
2634
@Expose
2735
public int ios_apns_sent;

0 commit comments

Comments
 (0)