消息增加cdatetime字段

This commit is contained in:
liupopo
2023-03-20 18:04:07 +08:00
parent fd201d9dc9
commit 1bbb4a183f
3 changed files with 9 additions and 0 deletions

View File

@@ -302,6 +302,7 @@ public class UniPushService {
map.put("params", mess.getParams());
map.put("content", mess.getContent());
map.put("cdate", mess.getCdate());
map.put("cdatetime", mess.getCdatetime());
map.put("id", mess.getId());
map.put("ctime", mess.getCtime());
map.put("status", mess.getStatus());