From a102181c13a87f14aa06dad30dfa4836b26e9f0b Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Wed, 20 Apr 2022 19:29:49 +0800 Subject: [PATCH] fix: id自增做了写更新。阵容变换协议修改 --- game.proto | 2 +- protocode.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/game.proto b/game.proto index ae77214..2afaae7 100644 --- a/game.proto +++ b/game.proto @@ -38,6 +38,6 @@ message UpdateRolePropertyRsp { models.Role role = 2; } -message GoIntoBattleReq { +message ChangeTeamReq { repeated models.Team team = 1; } \ No newline at end of file diff --git a/protocode.proto b/protocode.proto index fad4cf4..cbf1669 100644 --- a/protocode.proto +++ b/protocode.proto @@ -13,6 +13,6 @@ enum ProtoCode CreateReq = 5; RoleRsp = 6; UpdateRolePropertyRsp = 7; - GoIntoBattleReq = 8; + ChangeTeamReq = 8; } \ No newline at end of file -- libgit2 0.21.2