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('链接已失效');