From 80ec97fbec34303d70b5ad1cad5bf300486225a5 Mon Sep 17 00:00:00 2001 From: duhui Date: Thu, 1 Jun 2023 16:39:11 +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 | 25 ------------------------- protos/PlayerInfoProto.proto | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/protos/ActivityProto.proto b/protos/ActivityProto.proto index a097702..6b9a740 100644 --- a/protos/ActivityProto.proto +++ b/protos/ActivityProto.proto @@ -204,29 +204,4 @@ message UpStarActivitySelectRequest{ message ExploreActivityIndication{ optional int32 guildId = 1;//工会id optional int32 exploreKillMonsterNum = 2;//探索活动杀敌数 -} - -// 心愿抽卡 -message DesireDrawCardRequest{ - optional int32 type = 1;//卡池类型 - optional int32 tempId = 2;//物品id -} - -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/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index d9bc7f0..20068c7 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -1333,4 +1333,29 @@ message magicSoldierExchangeRequest{ optional string id2 = 2;//交换得第二个神兵 } message MagicSoldierExchangeResponse{ +} + +// 心愿抽卡 +message DesireDrawCardRequest{ + optional int32 type = 1;//卡池类型 + optional int32 tempId = 2;//物品id +} + +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