放生协议修改

master_huanxiang
lvxinran 2020-10-22 14:46:28 +08:00
parent 388a477b88
commit 59944a5dd2
1 changed files with 4 additions and 1 deletions

View File

@ -165,7 +165,10 @@ import "CommonProto.proto";
}
message PokemonFreeRequest{ //
optional string pokemonId = 1; //id
repeated string pokemonId = 1; //id
optional int32 pieceId = 2;//id
optional int32 pieceNum = 3;
}
message PokemonFreeResponse{
optional Drop drop = 1;