From 99367ba816bcfddde856a39f5b16cced14065e5d Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 22 Jul 2019 13:28:36 +0800 Subject: [PATCH] 1 --- webapp/controller/ShopController.class.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index f8a4846..82021f6 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -126,7 +126,6 @@ class ShopController{ } $conn = $this->getMysql($account_id); if (!$conn) { - error_log(111); phpcommon\sendError(ERR_USER_BASE + 2, '没有这个玩家'); return; } @@ -135,7 +134,6 @@ class ShopController{ ':accountid' => $account_id )); if (!$row) { - error_log(11114324); phpcommon\sendError(ERR_USER_BASE + 2, '没有这个玩家'); return; }