Merge branch 'errcode' of github.com:OpenIMSDK/Open-IM-Server into errcode

This commit is contained in:
wangchuxiao
2023-05-05 12:20:48 +08:00
3 changed files with 1302 additions and 1257 deletions
+1295 -1251
View File
File diff suppressed because it is too large Load Diff
+5 -4
View File
@@ -178,10 +178,11 @@ message MsgData {
map<string, bool> options = 18;
OfflinePushInfo offlinePushInfo = 19;
repeated string atUserIDList = 20;
bytes msgDataList = 21;
string attachedInfo = 22;
string ex = 23;
string attachedInfo = 21;
string ex = 22;
}
message PushMessages{
repeated MsgData msgs = 1;
}
message OfflinePushInfo{
string title = 1;