This commit is contained in:
wangchuxiao 2023-05-06 19:20:45 +08:00
parent 2d57c94d0e
commit 12b2cc79ca
2 changed files with 771 additions and 762 deletions

File diff suppressed because it is too large Load Diff

View File

@ -181,7 +181,7 @@ message MsgData {
string ex = 22; string ex = 22;
} }
message PushMessages{ message PushMessages{
repeated MsgData msgs = 1; map<string, PullMsgs> msgs = 1;
} }
message OfflinePushInfo{ message OfflinePushInfo{
string title = 1; string title = 1;