From 6be9b93a9b584c86c54535de90b5526310a19fea Mon Sep 17 00:00:00 2001 From: wangyuan Date: Mon, 16 Dec 2019 21:01:30 +0800 Subject: [PATCH] fix arean id --- protos/ArenaInfoProto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/ArenaInfoProto.proto b/protos/ArenaInfoProto.proto index 83ab307..49f4d4c 100644 --- a/protos/ArenaInfoProto.proto +++ b/protos/ArenaInfoProto.proto @@ -103,6 +103,7 @@ import "CommonProto.proto"; optional ArenaEnemy blueEnemy = 2; //对方信息 optional int32 fightResult = 3 ;// 战斗结果 -1表示 正在进行时 optional int32 roundTimes = 4; //轮数 + optional string id = 5;// 唯一标识id } message ChampionMyBetDetail{