观看决赛信息

master_huanxiang
wangyuan 2019-12-13 20:37:41 +08:00
parent f79c872bc7
commit e0e31cc753
3 changed files with 22 additions and 0 deletions

View File

@ -119,6 +119,14 @@ import "CommonProto.proto";
repeated ChampionMyBetDetail championMyBetDetails =1;
}
message ChampionViewFinalRequest{
optional int32 type = 1 ;// 1 32 24
}
message ChampionViewFinalResponse{
repeated ChampionBattlePairInfo championBattlePairInfo=1;
}

View File

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

View File

@ -150,6 +150,12 @@ enum MessageType{
CHAMPION_PROGRESS_UPDATE_INDICATION = 10217;//
CHAMPION_VIEW_FINAL_REQUEST = 10218;
CHAMPION_VIEW_FINAL_RESPONSE = 10219;
// D 10300
DRAW_HERO_REQUEST = 10300; //
DRAW_HERO_RESPONSE = 10301;