Commit 0c11db8d0c3558e45791c958faf7155beca66c19

Authored by zhangqijia
1 parent 3fe60b46

fix: del up star

Showing 2 changed files with 0 additions and 10 deletions   Show diff stats
hero.proto
... ... @@ -57,12 +57,3 @@ message HeroSkillUpLevelRsp {
57 57 int32 skill_level = 3;
58 58 int32 rein_point = 4;
59 59 }
60   -
61   -message HeroUpStarReq {
62   - string heroId = 1;
63   - string items = 2; // [itemId1=count1, itemId2=count2]
64   -}
65   -
66   -message HeroUpStarRsp {
67   - models.Hero hero = 1;
68   -}
... ...
protocode.proto
... ... @@ -32,7 +32,6 @@ enum ProtoCode
32 32 HeroUpLevelRpc = 203;
33 33 HeroReinRpc = 204;
34 34 HeroSkillUpLevelRpc = 205;
35   - HeroUpStarRpc = 206;
36 35  
37 36 EmailListRpc = 301;
38 37 EmailDrawRpc = 302;
... ...