From ce6770ea7ffdc38d95d5ba104d0e979751495a3d Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 6 Jan 2020 10:34:34 +0800 Subject: [PATCH] 1 --- webapp/controller/ShareController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/ShareController.class.php b/webapp/controller/ShareController.class.php index 913c317..3b2849d 100644 --- a/webapp/controller/ShareController.class.php +++ b/webapp/controller/ShareController.class.php @@ -400,7 +400,7 @@ class ShareController{ public function dailyReward() { - error_log($_REQUEST['type']); + //error_log($_REQUEST['type']); $account_id = $_REQUEST['account_id']; //登录校验 $login = loginVerify($account_id, $_REQUEST['session_id']);