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( // error_log("buyBlindBox start " . json_encode(
array( // array(
'account' => $account, // 'account' => $account,
'id' => $id, // 'id' => $id,
'num' => $num, // 'num' => $num,
'cost' => $cost, // 'cost' => $cost,
'freeBuy' => $isFreeBuy, // 'freeBuy' => $isFreeBuy,
'itemListStore' => $result, // 'itemListStore' => $result,
) // )
)); // ));
if (!$isFreeBuy) { if (!$isFreeBuy) {
$this->_decItems($costItems); $this->_decItems($costItems);