diff --git a/hero.proto b/hero.proto index cb2a27c..49567f2 100644 --- a/hero.proto +++ b/hero.proto @@ -57,12 +57,3 @@ message HeroSkillUpLevelRsp { int32 skill_level = 3; int32 rein_point = 4; } - -message HeroUpStarReq { - string heroId = 1; - string items = 2; // [itemId1=count1, itemId2=count2] -} - -message HeroUpStarRsp { - models.Hero hero = 1; -} diff --git a/protocode.proto b/protocode.proto index 8129581..7253701 100644 --- a/protocode.proto +++ b/protocode.proto @@ -32,7 +32,6 @@ enum ProtoCode HeroUpLevelRpc = 203; HeroReinRpc = 204; HeroSkillUpLevelRpc = 205; - HeroUpStarRpc = 206; EmailListRpc = 301; EmailDrawRpc = 302; -- libgit2 0.21.2