From e03457b29ae37f6b9018f0b4eb749a1c67a79f35 Mon Sep 17 00:00:00 2001 From: wangyuan Date: Wed, 18 Dec 2019 16:13:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E4=B8=8B=E6=B3=A8=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/ArenaInfoProto.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/protos/ArenaInfoProto.proto b/protos/ArenaInfoProto.proto index 745d45b..22cd206 100644 --- a/protos/ArenaInfoProto.proto +++ b/protos/ArenaInfoProto.proto @@ -106,7 +106,8 @@ import "CommonProto.proto"; message ChampionMyBetDetail{ optional ChampionTwoEnemInfo enemyPairInfo = 1; //我的信息 或者攻击者信息 optional int32 betResult = 2 ;//竞猜结果 0 即将开始 1 : 正在进行 2 : 竞猜成功 3 :竞猜失败 - optional FightData fightData =3;//战斗数据 + optional int32 myBetCoins = 3; // 我的下注 + optional int32 myWinCoins = 4; // 我获取 } message ChanpionGetAllMyBattleHistoryResponse{