This commit is contained in:
menxipeng
2025-10-14 23:15:44 +08:00
parent f2ad14d43e
commit 2fa7f9be20
14 changed files with 332 additions and 167 deletions

View File

@@ -10,5 +10,6 @@ public class PushMsgInfo {
private String title;
private String text;
private String ticker;
private String deviceIds;
}