From fb2a59d7a150a1222f4cc4af419ae9cc0e7d8dea Mon Sep 17 00:00:00 2001 From: zhangshanxue Date: Mon, 10 Aug 2020 15:20:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8B=B1=E9=9B=84=E7=BD=AE=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/HeroInfoProto.proto | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index a7ff777..3f7950c 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -214,10 +214,10 @@ import "CommonProto.proto"; message SaveHeroChangeRequest{ optional string heroId = 1; //操作英雄id - optional int32 heroTempId = 2; //置换的id } message SaveHeroChangeResponse{ + optional int32 heroTempId = 2; //置换的id } message CancelHeroChangeRequest{ @@ -230,7 +230,6 @@ import "CommonProto.proto"; message DoHeroChangeRequest{ optional string heroId = 1; //操作英雄id - optional int32 heroTempId = 2; //置换的id } message DoHeroChangeResponse{