ConversationType

This commit is contained in:
wangchuxiao
2023-04-28 18:33:33 +08:00
parent e6b2a9f8f9
commit 573b39f248
29 changed files with 847 additions and 554 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ message PushMsgDataToMQ{
message MsgDataToMongoByMQ{
int64 lastSeq = 1;
string aggregationID = 2;
string sourceID = 2;
repeated MsgDataToMQ messages = 3;
string triggerID = 4;
}
@@ -188,7 +188,7 @@ message KeyValueResp {
message MsgDataToModifyByMQ{
repeated MsgDataToMQ messages = 1;
string triggerID = 2;
string aggregationID = 3;
string sourceID = 3;
}
message DelMsgsReq{