From 68becb2670ec4387aefd5fbcf8077f444c38627a Mon Sep 17 00:00:00 2001 From: lvxinran Date: Tue, 8 Jun 2021 16:04:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=BD=E5=8D=A1=E5=BF=85=E5=87=BA=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/HeroInfoProto.proto | 3 ++- protos/PlayerInfoProto.proto | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index f6a7459..9517527 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -40,6 +40,7 @@ import "CommonProto.proto"; message HeroRandResponse{ optional Drop drop =1 ; optional Drop extraBox = 2 ;//宝箱奖励 + optional int32 mustCount = 3;//剩余必出次数 } @@ -375,7 +376,7 @@ import "CommonProto.proto"; message ReplacePrupleMansionSealResponse{ repeated PurpleMansionSeal sealList = 1; - }; + } // 推送神印信息 message PurpleMansionSealIndication{ diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index d47ce20..5875e98 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -80,6 +80,7 @@ import "CommonProto.proto"; optional int32 dailyredpack = 40;//每日福利红包领取次数 optional int32 practiceLevel = 41;//修行等级 repeated PurpleMansionSeal sealList = 42;//神印列表 + optional int32 randomCount = 43;//抽卡剩余必出 }