From ed8a860468c9e4f2d1c01e4fdbb9d6432a70e64b Mon Sep 17 00:00:00 2001 From: wangyuan Date: Thu, 6 Jun 2019 14:22:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B4=BB=E5=8A=A8=E5=BC=80=E5=90=AF=E7=8A=B6?= =?UTF-8?q?=E6=80=81?= 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 1e20291..6d8ef92 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -256,6 +256,7 @@ option optimize_for = SPEED; repeated MissionInfo mission = 2; // 任务信息 optional int32 startTime = 5; // 任务开始时间 optional int32 endTime = 3; // 活动结束时间 + optional int32 reallyOpen = 4; // 0:假开启 1:真开启 } message GmResponse{