This commit is contained in:
songliang 2023-07-13 20:17:46 +08:00
parent ee513e9e87
commit 9239c61848

View File

@ -2227,16 +2227,16 @@ class ShopController extends BaseAuthedController
}
}
error_log("buyBlindBox start " . json_encode(
array(
'account' => $account,
'id' => $id,
'num' => $num,
'cost' => $cost,
'freeBuy' => $isFreeBuy,
'itemListStore' => $result,
)
));
// error_log("buyBlindBox start " . json_encode(
// array(
// 'account' => $account,
// 'id' => $id,
// 'num' => $num,
// 'cost' => $cost,
// 'freeBuy' => $isFreeBuy,
// 'itemListStore' => $result,
// )
// ));
if (!$isFreeBuy) {
$this->_decItems($costItems);