From 99e7e0f567388ad6ce9f9765090ef2e8fdd70a80 Mon Sep 17 00:00:00 2001 From: ELF <360197197@qq.com> Date: Mon, 9 Aug 2021 17:59:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/Controller/HomeController.class.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Application/Home/Controller/HomeController.class.php b/Application/Home/Controller/HomeController.class.php index 076975155..f9b2a88ef 100644 --- a/Application/Home/Controller/HomeController.class.php +++ b/Application/Home/Controller/HomeController.class.php @@ -208,10 +208,6 @@ class HomeController extends Controller $this->error('该链接已失效'); } - if ($promote['account'] != 'kefuguanlian' && time() > strtotime('2021-05-09 12:00:00')) { - return $this->error('该链接已失效'); - } - $promoteService = new PromoteService(); if (!$promoteService->checkPromoteLimitRule($promote)) { $this->error('链接已失效');