diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index e54b282..c21dbde 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -138,9 +138,13 @@ import "CommonProto.proto"; repeated PokemonInfo pokemonInfo =1; } - message PokenmonUpLevelRequest{//异妖相关 组件放置升级 - optional int32 pokemonId =1;//异妖id - optional int32 comonpentId =2; // 组件id + message PokenmonUpLevelRequest{//灵兽升级 + optional string pokemonId =1;//灵兽id + optional int32 level =2; // 升级到的等级 + } + + message PokenmonUpLevelResponse{ + optional int32 level = 1; } message PokemonAdvancedRequest{ //异妖进阶