master_huanxiang
gaojie 2019-04-19 18:20:47 +08:00
parent ebbd3145ec
commit 4bf1fbc2d1
1 changed files with 4 additions and 2 deletions

View File

@ -47,8 +47,10 @@ import "CommonProto.proto";
}
message UseAndPriceItemRequest{
optional int32 type = 1; //0:使 1:
optional Item item = 2;
optional int32 type = 1; //0:使 1: 2
optional int32 itemId = 2;
repeated Item items = 3;
repeated string equipIds = 4;
}
message UseAndPriceItemResponse{
optional Drop drop = 1;