From 7fb732d26297f3654a5dfb587cf2d7696057fdf8 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Thu, 13 Aug 2020 10:00:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E5=85=B3id=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 1 + protos/MapInfoProto.proto | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 7ea3ef6..26ddebf 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -824,5 +824,6 @@ option optimize_for = SPEED; message SituationInfo { optional int32 id = 1; optional int32 overTime = 2; + optional int32 passId = 3;//已通关的id } \ No newline at end of file diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index df4814e..17aeebe 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -354,7 +354,6 @@ import "CommonProto.proto"; } message GetAllSituationInfoResponse{ repeated SituationInfo infos = 1;//id 结束时间 - repeated int32 passId = 2;//已通关的id } message SituationChallengeRequest{ optional int32 id = 1;//挑战id