mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-12 13:05:58 +08:00
proto modify
This commit is contained in:
@@ -146,10 +146,8 @@ message MsgDataList {
|
|||||||
}
|
}
|
||||||
|
|
||||||
message PullMessageBySeqsResp {
|
message PullMessageBySeqsResp {
|
||||||
int32 errCode = 1;
|
repeated MsgData list = 1;
|
||||||
string errMsg = 2;
|
map<string, MsgDataList> groupMsgDataList = 2;
|
||||||
repeated MsgData list = 3;
|
|
||||||
map<string, MsgDataList> groupMsgDataList = 4;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -606,8 +604,6 @@ message SetAppBackgroundStatusReq {
|
|||||||
}
|
}
|
||||||
|
|
||||||
message SetAppBackgroundStatusResp {
|
message SetAppBackgroundStatusResp {
|
||||||
int32 errCode = 1;
|
|
||||||
string errMsg = 2;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
message ExtendMsgSet {
|
message ExtendMsgSet {
|
||||||
|
|||||||
Reference in New Issue
Block a user