Commit bbe6ba0e73a6fff7ad8908562ee2ecb7be85d8f9
1 parent
dec6d0b3
fix: 删除单个记忆碎片合成协议
Showing
2 changed files
with
5 additions
and
14 deletions
Show diff stats
hero.proto
@@ -74,12 +74,12 @@ message HeroUpdatePropertyNty { | @@ -74,12 +74,12 @@ message HeroUpdatePropertyNty { | ||
74 | models.Activity activity = 2; | 74 | models.Activity activity = 2; |
75 | } | 75 | } |
76 | 76 | ||
77 | -message HeroMemoryCompositeReq { | ||
78 | - int32 memory_fragments = 1; // 兑换成的记忆碎片 | 77 | +message HeroBatchMemoryCompositeReq { |
78 | + repeated int32 memory_fragments = 1; // 兑换成的记忆碎片 | ||
79 | } | 79 | } |
80 | 80 | ||
81 | -message HeroMemoryCompositeRsp{ | ||
82 | - int32 memory_fragments = 1; // 兑换成的记忆碎片 | 81 | +message HeroBatchMemoryCompositeRsp{ |
82 | + repeated int32 memory_fragments = 1; // 兑换成的记忆碎片 | ||
83 | } | 83 | } |
84 | 84 | ||
85 | message HeroSetMemoryFragmentsReq { | 85 | message HeroSetMemoryFragmentsReq { |
@@ -112,11 +112,3 @@ message HeroUpMemorySlotRsp { | @@ -112,11 +112,3 @@ message HeroUpMemorySlotRsp { | ||
112 | string hero_id = 1; | 112 | string hero_id = 1; |
113 | map<int32,string> slot_memory = 2; | 113 | map<int32,string> slot_memory = 2; |
114 | } | 114 | } |
115 | - | ||
116 | -message HeroBatchMemoryCompositeReq { | ||
117 | - repeated int32 memory_fragments = 1; // 兑换成的记忆碎片 | ||
118 | -} | ||
119 | - | ||
120 | -message HeroBatchMemoryCompositeRsp{ | ||
121 | - repeated int32 memory_fragments = 1; // 兑换成的记忆碎片 | ||
122 | -} | ||
123 | \ No newline at end of file | 115 | \ No newline at end of file |
protocode.proto
@@ -34,11 +34,10 @@ enum ProtoCode | @@ -34,11 +34,10 @@ enum ProtoCode | ||
34 | HeroUpLevelRpc = 204; | 34 | HeroUpLevelRpc = 204; |
35 | HeroReinRpc = 205; | 35 | HeroReinRpc = 205; |
36 | HeroSkillUpLevelRpc = 206; | 36 | HeroSkillUpLevelRpc = 206; |
37 | - HeroMemoryCompositeRpc = 207; | 37 | + HeroBatchMemoryCompositeRpc = 207; |
38 | HeroSetMemoryFragmentsRpc = 208; | 38 | HeroSetMemoryFragmentsRpc = 208; |
39 | HeroUpGradeRpc = 209; | 39 | HeroUpGradeRpc = 209; |
40 | HeroUpMemorySlotRpc = 210; | 40 | HeroUpMemorySlotRpc = 210; |
41 | - HeroBatchMemoryCompositeRpc = 211; | ||
42 | 41 | ||
43 | EmailListRpc = 301; | 42 | EmailListRpc = 301; |
44 | EmailDrawRpc = 302; | 43 | EmailDrawRpc = 302; |