观看决赛信息
parent
f79c872bc7
commit
e0e31cc753
|
@ -119,6 +119,14 @@ import "CommonProto.proto";
|
|||
repeated ChampionMyBetDetail championMyBetDetails =1;
|
||||
}
|
||||
|
||||
message ChampionViewFinalRequest{
|
||||
optional int32 type = 1 ;// 1 32强 2:4强
|
||||
}
|
||||
|
||||
message ChampionViewFinalResponse{
|
||||
repeated ChampionBattlePairInfo championBattlePairInfo=1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -707,6 +707,14 @@ option optimize_for = SPEED;
|
|||
optional FightData fightData =4;//战斗数据
|
||||
}
|
||||
|
||||
message ChampionBattlePairInfo{
|
||||
optional string attackName =1;
|
||||
optional string defName =2;
|
||||
optional int32 fightResult = 3 ;// 进攻者战斗结果
|
||||
optional FightData fightData =4;//战斗数据
|
||||
optional int32 roundTImes =5;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -149,6 +149,12 @@ enum MessageType{
|
|||
CHAMPION_GET_MYALL_BET_RESPONSE = 10216;
|
||||
|
||||
CHAMPION_PROGRESS_UPDATE_INDICATION = 10217;//进度更新
|
||||
|
||||
CHAMPION_VIEW_FINAL_REQUEST = 10218;
|
||||
CHAMPION_VIEW_FINAL_RESPONSE = 10219;
|
||||
|
||||
|
||||
|
||||
|
||||
// D 10300
|
||||
DRAW_HERO_REQUEST = 10300; //
|
||||
|
|
Loading…
Reference in New Issue