From 9239c618485d841c92e9404fd14041cff7cd967d Mon Sep 17 00:00:00 2001 From: songliang Date: Thu, 13 Jul 2023 20:17:46 +0800 Subject: [PATCH] ... --- webapp/controller/ShopController.class.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index 550af61e..6e250726 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -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);