From 58418a76bc4916df35371010f2589549fbfb92fa Mon Sep 17 00:00:00 2001 From: mengchengzhen <13682025901@163.com> Date: Wed, 28 Jul 2021 18:25:19 +0800 Subject: [PATCH] =?UTF-8?q?//=E8=B7=A8=E6=9C=8D=E8=81=8A=E5=A4=A9=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/ChatProto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/ChatProto.proto b/protos/ChatProto.proto index f413ded..8f929fd 100644 --- a/protos/ChatProto.proto +++ b/protos/ChatProto.proto @@ -27,6 +27,7 @@ message ChatInfo{ optional int32 multiple = 21; //显示次数 optional int32 userTitle = 22; optional int32 practiceLevel = 23;//修行等级 + optional string serverName = 24;//服务器名字 } message GetChatMessageInfoRequest {