mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-26 03:26:57 +08:00
proto modify
This commit is contained in:
parent
90fc925360
commit
9c59b4d21d
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user