...
This commit is contained in:
parent
ee513e9e87
commit
9239c61848
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user