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
+2 -2
View File
@@ -84,6 +84,6 @@ const (
ConnUpdateErr = 1603
// S3错误码
FileUploadedCompleteError = 2001 // 文件已上传
FileUploadedExpiredError = 2002 // 上传过期
FileUploadedCompleteError = 1701 // 文件已上传
FileUploadedExpiredError = 1702 // 上传过期
)
+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;