1
This commit is contained in:
parent
742e798f5a
commit
093c8a6d34
@ -30,7 +30,6 @@ require_once('phpcommon/bignumber.php');
|
||||
require_once('services/LogService.php');
|
||||
require_once('services/callback/ShopAddItemService.php');
|
||||
|
||||
// use phpcommon;
|
||||
use phpcommon\HttpClient;
|
||||
use phpcommon\SqlHelper;
|
||||
use models\User;
|
||||
@ -1900,17 +1899,6 @@ class ShopController extends BaseAuthedController
|
||||
}
|
||||
}
|
||||
|
||||
// error_log("buyBlindBox start " . json_encode(
|
||||
// array(
|
||||
// 'account' => $account,
|
||||
// 'id' => $id,
|
||||
// 'num' => $num,
|
||||
// 'cost' => $cost,
|
||||
// 'freeBuy' => $isFreeBuy,
|
||||
// 'itemListStore' => $result,
|
||||
// )
|
||||
// ));
|
||||
|
||||
if (!$isFreeBuy) {
|
||||
$this->_decItems($costItems);
|
||||
$event = [
|
||||
@ -1927,4 +1915,5 @@ class ShopController extends BaseAuthedController
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user