Commit a102181c13a87f14aa06dad30dfa4836b26e9f0b
1 parent
e64dfe99
fix: id自增做了写更新。阵容变换协议修改
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
game.proto
| @@ -38,6 +38,6 @@ message UpdateRolePropertyRsp { | @@ -38,6 +38,6 @@ message UpdateRolePropertyRsp { | ||
| 38 | models.Role role = 2; | 38 | models.Role role = 2; |
| 39 | } | 39 | } |
| 40 | 40 | ||
| 41 | -message GoIntoBattleReq { | 41 | +message ChangeTeamReq { |
| 42 | repeated models.Team team = 1; | 42 | repeated models.Team team = 1; |
| 43 | } | 43 | } |
| 44 | \ No newline at end of file | 44 | \ No newline at end of file |
protocode.proto
| @@ -13,6 +13,6 @@ enum ProtoCode | @@ -13,6 +13,6 @@ enum ProtoCode | ||
| 13 | CreateReq = 5; | 13 | CreateReq = 5; |
| 14 | RoleRsp = 6; | 14 | RoleRsp = 6; |
| 15 | UpdateRolePropertyRsp = 7; | 15 | UpdateRolePropertyRsp = 7; |
| 16 | - GoIntoBattleReq = 8; | 16 | + ChangeTeamReq = 8; |
| 17 | 17 | ||
| 18 | } | 18 | } |
| 19 | \ No newline at end of file | 19 | \ No newline at end of file |