diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index b069fd8..089d607 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -385,13 +385,6 @@ import "CommonProto.proto"; // 心愿抽卡 - message wishDrawCardInfoRequest{ - } - - message wishDrawCardInfoResponse{ - repeated wishDrawCardInfo infoList = 1; - } - message wishDrawCardIndication{ repeated wishDrawCardInfo infoList = 1; } diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index a563b70..60a5d7b 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -1230,16 +1230,11 @@ enum MessageType{ choiceDrawCardResponse = 3040109; // 心愿抽卡 - wishDrawCardInfoRequest = 3040120; - - wishDrawCardInfoResponse = 3040121; - wishDrawCardIndication = 3040123; choiceWishHeroRequest = 3040124; choiceWishHeroResponse = 3040125; -