mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
Merge branch 'errcode' of github.com:OpenIMSDK/Open-IM-Server into errcode
This commit is contained in:
commit
b00bd8bc35
@ -84,6 +84,6 @@ const (
|
||||
ConnUpdateErr = 1603
|
||||
|
||||
// S3错误码
|
||||
FileUploadedCompleteError = 2001 // 文件已上传
|
||||
FileUploadedExpiredError = 2002 // 上传过期
|
||||
FileUploadedCompleteError = 1701 // 文件已上传
|
||||
FileUploadedExpiredError = 1702 // 上传过期
|
||||
)
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user