From 8a76db460c46fd9279c80e7263c020b358e2cad8 Mon Sep 17 00:00:00 2001 From: wangyuan Date: Thu, 16 May 2019 16:53:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/FightInfoProto.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protos/FightInfoProto.proto b/protos/FightInfoProto.proto index 4feee4d..dfc40dd 100644 --- a/protos/FightInfoProto.proto +++ b/protos/FightInfoProto.proto @@ -88,7 +88,7 @@ import "CommonProto.proto"; message GetAdventureStateInfoResponse{ repeated AdventureStateInfo adventureStateInfoList = 1; - optional int32 bossFindNextTime = 2; //boss发现下次时间(下次请求刷新发现boss ADVENTURE_FLUSH_BOSS_REQUEST) + optional int32 nextBossFlushTime = 2; //boss发现下次时间(下次请求刷新发现boss ADVENTURE_FLUSH_BOSS_REQUEST) optional int32 buyTimsPerDay =3; // 每日已消耗材料快速领取挂机奖励次数 optional int32 dayChallengeTimes =4;// 每日已消耗挑战次数 } @@ -120,7 +120,7 @@ import "CommonProto.proto"; optional FightData fightData =2 ;// 战斗数据 } - message AdventureBoosFlushResponse{ + message AdventureBossFlushResponse{ optional AdventureBossSimpleInfo adventureBossSimpleInfo =1 ; optional int32 nextFlushTime = 2; }