From 582668d4fab55570d6e35e0a767f54d89af7067f Mon Sep 17 00:00:00 2001 From: xuexinpeng Date: Tue, 16 Nov 2021 13:57:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=81=B5=E8=84=89=E7=A7=98=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/ArenaInfoProto.proto | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/protos/ArenaInfoProto.proto b/protos/ArenaInfoProto.proto index 6721308..cb2d826 100644 --- a/protos/ArenaInfoProto.proto +++ b/protos/ArenaInfoProto.proto @@ -238,8 +238,7 @@ import "CommonProto.proto"; optional int32 id =1 ;//灵脉id } message CrossLingmaiSecretAreaResponse{ - repeated FightData fightData =1; // 战斗数据 - repeated int32 fightResult = 2 ;// 战斗结果 + optional FightData fightData =1; // 战斗数据 } //灵脉秘境记录 message CrossLingmaiSecretAreaRecordRequest{