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{