From 093c8a6d343771ef80e17cb1c10e014b28ac7d8a Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 26 Jul 2023 15:36:19 +0800 Subject: [PATCH] 1 --- webapp/controller/ShopController.class.php | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index 090a857e..98e3a674 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -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 ) ); } + }