活动开启状态
parent
fe9e6d3826
commit
ed8a860468
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Reference in New Issue