diff --git a/protos/ActivityProto.proto b/protos/ActivityProto.proto index 5cdc8ce..a097702 100644 --- a/protos/ActivityProto.proto +++ b/protos/ActivityProto.proto @@ -206,6 +206,7 @@ message ExploreActivityIndication{ optional int32 exploreKillMonsterNum = 2;//探索活动杀敌数 } +// 心愿抽卡 message DesireDrawCardRequest{ optional int32 type = 1;//卡池类型 optional int32 tempId = 2;//物品id @@ -214,4 +215,18 @@ message DesireDrawCardRequest{ message DesireDrawCardResponse{ optional int32 type = 1;//卡池类型 optional int32 tempId = 2;//物品id +} + +message choiceWishHeroRequest{ + optional int32 type = 1;//卡池类型 +} + +message choiceWishHeroResponse{ + optional int32 desireId = 1;//心愿物品id + repeated int32 newList = 2;//新增的物品列表 +} + +message wishDrawCardIndication{ + // 暂不用 + repeated wishDrawCardInfo infoList = 1; } \ No newline at end of file diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index 1c3cc5b..d0cd13a 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -414,23 +414,6 @@ message PurpleMansionSealIndication{ repeated PurpleMansionSeal sealList = 1; } - -// 心愿抽卡 -message wishDrawCardIndication{ - repeated wishDrawCardInfo infoList = 1; -} - -message choiceWishHeroRequest{ - repeated wishDrawCardInfo infoList = 1;//不用status -} - -message choiceWishHeroResponse{ - repeated wishDrawCardInfo infoList = 1; - optional int32 serverOpenTime = 2;//开服时间 - repeated int32 heroList = 3;//当天开启的英雄列表 -} - - // 乾坤宝盒-许愿魂印 message beautyBagCardIndication{ repeated beautyBagCardInfo infoList = 1;