From 8311b674c2f5cfc05ce1ea2f69b6c3ece5be9532 Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Sat, 10 Feb 2024 16:31:22 +0800 Subject: [PATCH] 404 --- home/controllers/h5/market/sylive2/Act.php | 1 + 1 file changed, 1 insertion(+) diff --git a/home/controllers/h5/market/sylive2/Act.php b/home/controllers/h5/market/sylive2/Act.php index 72e94d95..3a292652 100644 --- a/home/controllers/h5/market/sylive2/Act.php +++ b/home/controllers/h5/market/sylive2/Act.php @@ -10,6 +10,7 @@ class Act extends Wx { private $a_id,$skey; public function __construct(){ + echo "

大家都太热情了,先稍等片刻再访问吧~

";exit; parent::__construct(); $this->load->model('market/market_sylive_organization_model'); $this->load->model('market/market_sylive_activity_model');