mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-12 04:55:59 +08:00
msg
This commit is contained in:
@@ -21,7 +21,7 @@ message PushMsgDataToMQ{
|
||||
|
||||
message MsgDataToMongoByMQ{
|
||||
int64 lastSeq = 1;
|
||||
string sourceID = 2;
|
||||
string aggregationID = 2;
|
||||
repeated sdkws.MsgData msgData = 3;
|
||||
string triggerID = 4;
|
||||
}
|
||||
@@ -188,7 +188,7 @@ message KeyValueResp {
|
||||
message MsgDataToModifyByMQ{
|
||||
repeated sdkws.MsgData messages = 1;
|
||||
string triggerID = 2;
|
||||
string sourceID = 3;
|
||||
string aggregationID = 3;
|
||||
}
|
||||
|
||||
message DelMsgsReq{
|
||||
|
||||
Reference in New Issue
Block a user