修正竞猜信息

master_huanxiang
wangyuan 2019-12-12 10:53:32 +08:00
parent 0350e7a4e5
commit 1f30567fa1
3 changed files with 6 additions and 7 deletions

View File

@ -69,6 +69,9 @@ import "CommonProto.proto";
}
//
message ChampionGetBetRequest{
optional int32 type =1; // 0 1 ChampionBetInfo
}
message ChampionGetBetResponse{
optional ChampionBattleInfo championBattleInfo=1; //
optional ChampionBetInfo championBetInfo = 2;//
@ -80,10 +83,6 @@ import "CommonProto.proto";
optional int32 coins = 2 ;//
}
message ChampionBetBroadIndication{
optional ChampionBetInfo championBetInfo = 1;
}
message ChampionGetWorldRankRequest{
optional int32 page = 1;
}

View File

@ -690,8 +690,8 @@ option optimize_for = SPEED;
message ChampionBetInfo{
optional string id = 1;
optional string redRate = 2 ;//
optional string blueRate = 3; //
optional int32 redCoins = 2 ;//
optional int32 blueCoins = 3; //
}
message ChampionTeamPersonInfo{

View File

@ -128,7 +128,7 @@ enum MessageType{
CHAMPION_BET_REQUEST = 10202; //
CHAMPION_BET_RESPONSE = 10203;
CHAMPION_BET_BROAD_INDICATION = 10204; // 广
CHAMPION_GET_MYTEAM_REQUESST = 10205; //
CHAMPION_GET_MYTEAM_RESPONSE = 10206;