From 08ad0c9f878a0ee882eb12ce37ef21e563afe7a2 Mon Sep 17 00:00:00 2001 From: zhangshanxue Date: Tue, 15 Oct 2019 15:15:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=91=E9=A9=AC=E7=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/ChatProto.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protos/ChatProto.proto b/protos/ChatProto.proto index 638600a..4498010 100644 --- a/protos/ChatProto.proto +++ b/protos/ChatProto.proto @@ -22,6 +22,8 @@ message ChatInfo{ optional int32 endTime = 17; //结束时间 optional int32 PriorityLevel =18 ;// 优先级 optional int32 Frequency = 19; //频率(s) + optional int32 speed = 20; + optional int32 multiple = 21; //显示次数 } message GetChatMessageInfoRequest {