master_huanxiang
wangyuan 2019-10-21 18:35:56 +08:00
parent 82ccc44628
commit a86b0009d9
3 changed files with 3 additions and 29 deletions

View File

@ -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;

View File

@ -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;
}

View File

@ -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{