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{