From cb06b7ca65a90c66e5527b4d66ecde7cdc536963 Mon Sep 17 00:00:00 2001 From: duhui Date: Thu, 1 Jun 2023 16:30:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=83=E6=84=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/ActivityProto.proto | 15 +++++++++++++++ protos/HeroInfoProto.proto | 17 ----------------- 2 files changed, 15 insertions(+), 17 deletions(-) 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;