This commit is contained in:
Gordon
2022-05-28 17:22:19 +08:00
committed by Xinwei Xiong(cubxxw-openim)
parent f189bb83e5
commit 5013a2cd42
4 changed files with 358 additions and 330 deletions
+305 -280
View File
File diff suppressed because it is too large Load Diff
+4 -1
View File
@@ -198,6 +198,7 @@ message PullMessageBySeqListResp {
message GetMaxAndMinSeqReq {
repeated string groupIDList = 1;
string userID = 2;
string operationID =3;
}
message MaxAndMinSeq{
uint32 maxSeq = 1;
@@ -206,7 +207,9 @@ message MaxAndMinSeq{
message GetMaxAndMinSeqResp {
uint32 maxSeq = 1;
uint32 minSeq = 2;
map<string, MaxAndMinSeq> groupMaxAndMinSeq = 3;
int32 errCode = 3;
string errMsg = 4;
map<string, MaxAndMinSeq> groupMaxAndMinSeq = 5;
}
message UserSendMsgResp {