放生协议修改
parent
388a477b88
commit
59944a5dd2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue