Commit ee71c3326f47b86372ebdba29abfc06d8d0e7fcc
1 parent
375f6f96
fix: update
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
protocode.proto
| @@ -29,7 +29,7 @@ enum ProtoCode | @@ -29,7 +29,7 @@ enum ProtoCode | ||
| 29 | RoleMoppingUpRpc = 121; | 29 | RoleMoppingUpRpc = 121; |
| 30 | ActivateTalentTreeNodeRpc = 122; | 30 | ActivateTalentTreeNodeRpc = 122; |
| 31 | ReconnectRpc = 123; | 31 | ReconnectRpc = 123; |
| 32 | - RoleLuckyStarRpc = 124; | 32 | + RoleLuckyStartRpc = 124; |
| 33 | RoleLuckySeekRpc = 125; | 33 | RoleLuckySeekRpc = 125; |
| 34 | RoleLuckyRewardRpc = 126; | 34 | RoleLuckyRewardRpc = 126; |
| 35 | 35 |
role.proto
| @@ -244,10 +244,10 @@ message ReconnectRsp { | @@ -244,10 +244,10 @@ message ReconnectRsp { | ||
| 244 | map<string,models.Dispatch> dispatch = 12; | 244 | map<string,models.Dispatch> dispatch = 12; |
| 245 | } | 245 | } |
| 246 | 246 | ||
| 247 | -message RoleLuckyStarReq { | 247 | +message RoleLuckyStartReq { |
| 248 | } | 248 | } |
| 249 | 249 | ||
| 250 | -message RoleLuckyStarRsp { | 250 | +message RoleLuckyStartRsp { |
| 251 | map<int32,int32> reward = 1; | 251 | map<int32,int32> reward = 1; |
| 252 | } | 252 | } |
| 253 | 253 |