From 2e0cb09cddf36627e117e25d70a81fc2f12873f2 Mon Sep 17 00:00:00 2001 From: Gordon <1432970085@qq.com> Date: Fri, 22 Oct 2021 16:31:15 +0800 Subject: [PATCH] pb file --- src/proto/chat/chat.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/src/proto/chat/chat.proto b/src/proto/chat/chat.proto index 6faa654c2..50f7ef652 100644 --- a/src/proto/chat/chat.proto +++ b/src/proto/chat/chat.proto @@ -135,6 +135,7 @@ message UserSendMsgResp { int32 ReqIdentifier = 3; string ServerMsgID = 4; string ClientMsgID = 5; + int64 sendTime = 6; } service Chat {