back_recharge
gaojie 2019-04-19 18:37:49 +08:00
parent 46ff11b41d
commit ed17b87905
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ public class UseAndPriceItemHandler extends BaseHandler {
PlayerInfoProto.UseAndPriceItemRequest useAndPriceItemRequest
= PlayerInfoProto.UseAndPriceItemRequest.parseFrom(netData.parseClientProtoNetData());
int type = useAndPriceItemRequest.getType();
List<CommonProto.Item> itemList = useAndPriceItemRequest.getItemList();
List<CommonProto.Item> itemList = useAndPriceItemRequest.getItemsList();
List<String> equipIdsList = useAndPriceItemRequest.getEquipIdsList();
if (type == 0){ //使用
ItemLogic.getInstance().useItem(iSession,itemList);