This commit is contained in:
wangchuxiao 2023-05-06 19:21:41 +08:00
parent 12b2cc79ca
commit b34d1e7ee7
2 changed files with 892 additions and 868 deletions

File diff suppressed because it is too large Load Diff

View File

@ -182,6 +182,7 @@ message MsgData {
}
message PushMessages{
map<string, PullMsgs> msgs = 1;
map<string, PullMsgs> notificationMsgs = 2;
}
message OfflinePushInfo{
string title = 1;