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

master_huanxiang
duhui 2020-12-02 10:08:34 +08:00
commit 9bce76e321
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

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