This commit is contained in:
songliang 2023-07-03 10:01:27 +08:00
parent 3ae31fcb9f
commit 71518030d8

View File

@ -1282,7 +1282,7 @@ class ShopController extends BaseAuthedController
$item_id = getReqVal('item_id', 0);
$meta = mt\Item::get($item_id);
$box = Bag::find($item_id);
error_log('openBlindBox ' . $box . ' ' . $item_id . ' ' . $meta['sub_type']);
error_log('openBlindBox ' . json_encode($box) . ' ' . $item_id . ' ' . $meta['sub_type']);
if (!$box) {
$this->_rspErr(2, 'item_id is invalid');
return;