Merge branch 'master_test_hw' of http://60.1.1.230/backend/jieling_protocol into master_test_hw

master_huanxiang
jiahuiwen 2020-11-26 20:05:04 +08:00
commit 41534fb286
2 changed files with 5 additions and 0 deletions

View File

@ -134,6 +134,10 @@ import "CommonProto.proto";
optional bool isSendFinish =2; //
}
message GetAllPokemonRequest{
optional int32 start = 1;//20
}
message GetAllPokemonResponse{
repeated PokemonInfo pokemonInfo =1;
repeated TeamPokemonInfo teamPokemonInfos = 2; //

View File

@ -421,6 +421,7 @@ import "CommonProto.proto";
message UpdateBagIndication{
optional int32 type =1; // 0 1
repeated Item item =2;
optional int32 isMax = 3;//
}
message ModifyDecorationRequest{