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