update chat.pb

This commit is contained in:
skiffer-git
2022-06-16 12:04:57 +08:00
parent b67643ed95
commit 310997f978
2 changed files with 123 additions and 48 deletions
+8
View File
@@ -22,6 +22,14 @@ message PushMsgDataToMQ{
server_api_params.MsgData msgData = 2;
string pushToUserID = 3;
}
message MsgDataToMongoByMQ{
uint64 lastSeq =1;
string aggregationID = 2;
repeated MsgDataToMQ messageList = 3;
string triggerID = 4;
}
//message PullMessageReq {
// string UserID = 1;