From a86b0009d94f4486571a9ed976eb810a998254e3 Mon Sep 17 00:00:00 2001 From: wangyuan Date: Mon, 21 Oct 2019 18:35:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=96=E6=95=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 16 ---------------- protos/FightInfoProto.proto | 14 ++------------ protos/PlayerInfoProto.proto | 2 +- 3 files changed, 3 insertions(+), 29 deletions(-) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 64e4e2a..c65cc95 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -168,22 +168,6 @@ option optimize_for = SPEED; message GMCommand{ optional string command =1 ; // 指令字符串 type#prarm1#param2 } - - message AdventureBossSimpleInfo{ - optional int32 arenaId =1; - optional string bossId =2; - optional int32 bossGroupId =3; - optional int32 levelTime =4; //外敌离开时间 - optional string findUserName = 5 ;// 发现者名字 - } - - message AdventureStateInfo{ - optional int32 positionId = 1; // 区域编号 - optional int32 level =2; //区域等级 - optional int32 stateTime = 3 ; //挂机时长 - repeated AdventureBossSimpleInfo adventureBossSimpleInfo =4; - } - message TeamHeroInfo{ optional int32 position =1; optional string heroId = 2; diff --git a/protos/FightInfoProto.proto b/protos/FightInfoProto.proto index 221ca06..f833b98 100644 --- a/protos/FightInfoProto.proto +++ b/protos/FightInfoProto.proto @@ -108,11 +108,6 @@ import "CommonProto.proto"; } - message GetAdventureStateInfoResponse{ - repeated AdventureStateInfo adventureStateInfoList = 1; - } - - message TakeAventureRewardRequest{ optional int32 type =1; //1:花费材料快速领取 2:普通领取 optional int32 position = 2; // 驻扎区域编号 -1标示一键领取 @@ -140,11 +135,6 @@ import "CommonProto.proto"; optional FightData fightData =2 ;// 战斗数据 } - message AdventureBossFlushResponse{ - optional AdventureBossSimpleInfo adventureBossSimpleInfo =1 ; - optional int32 nextFlushTime = 2; - } - message AdventureBossInfoResponse{ repeated AdventureBossInfo adventureBossInfo=1; } @@ -186,7 +176,7 @@ import "CommonProto.proto"; } message AdventureBossFindIndication{ - optional AdventureBossSimpleInfo adventureBossSimpleInfo =1; + optional AdventureBossInfo adventureBossInfo =1; } message AdventureLeftRequest{ @@ -194,7 +184,7 @@ import "CommonProto.proto"; } message AdventureCallBossResponse{ - optional AdventureBossSimpleInfo adventureBossInfo =1; // 召唤bosss信息 + optional AdventureBossInfo adventureBossInfo =1; } diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 53771b7..9791e7c 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -598,7 +598,7 @@ import "CommonProto.proto"; optional int32 fightId = 1 ; //当前关卡id optional int32 state = 2 ;// 1 已开启但未通过 2 :已通过 -1:代表等级卡 optional int32 duration = 3;//挂机时长 - repeated AdventureBossSimpleInfo adventureBossSimpleInfo =4; + repeated AdventureBossInfo adventureBossInfo =4; } //快速购买孙龙宝藏等级 message QuickBuyTreasureLevelRequest{