master_huanxiang
parent
ebbd3145ec
commit
4bf1fbc2d1
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue