From 1da05e7d6d9dae39e6f941f0a2cff76d564ba58c Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 29 Aug 2019 16:08:52 +0800 Subject: [PATCH] 1 --- webapp/controller/SignController.class.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webapp/controller/SignController.class.php b/webapp/controller/SignController.class.php index 14fda18..fe9e3fb 100644 --- a/webapp/controller/SignController.class.php +++ b/webapp/controller/SignController.class.php @@ -284,7 +284,6 @@ class SignController{ public function signDoubleReward() { $account_id = $_REQUEST['account_id']; - $double = $_REQUEST['double']; //登录校验 $login = loginVerify($account_id, $_REQUEST['session_id']); if (!$login) { @@ -310,7 +309,7 @@ class SignController{ if ($dayid > count($g_conf_sign_cluster)) { $dayid = count($g_conf_sign_cluster) - 7; } - $s = $this->getSign($day + 90000); + $s = $this->getSign($dayid + 90000); $item_id = $s['item_id']; $num = $s['num']; $p = $this->getParameter(REWARD_TIMES);