From ef4222a0fecbe2ecca299ba5d45720e195676701 Mon Sep 17 00:00:00 2001 From: xuexinpeng Date: Fri, 6 Aug 2021 00:14:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=85=E5=B3=B0=E8=B5=9B=20=E5=BC=80?= =?UTF-8?q?=E6=9C=8D=E6=97=B6=E9=97=B4=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 4bfff10..8b5ad6a 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -369,6 +369,7 @@ option optimize_for = SPEED; optional int32 startTime =2; //开始时间 optional int32 endTime = 3; //结束时间 optional int32 interval = 4; //间隔时间 0:代表不是周期 + optional int32 switch = 5; //0:正常由开始结束时间控制 1:表示特殊限制不开开始时间结束时间做显示用 } message AdventureRankItemInfo{