From 7e037d6ee010fcd31e1c67e161a4fbcfa95ce6ba Mon Sep 17 00:00:00 2001 From: lin fan Date: Fri, 18 Oct 2024 16:16:34 +0800 Subject: [PATCH] 1 --- home/controllers/h5/market/sytopic/Enter.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/controllers/h5/market/sytopic/Enter.php b/home/controllers/h5/market/sytopic/Enter.php index c02e4e36..d55e1923 100644 --- a/home/controllers/h5/market/sytopic/Enter.php +++ b/home/controllers/h5/market/sytopic/Enter.php @@ -11,6 +11,10 @@ class Enter extends CI_Controller public function __construct() { parent::__construct(); + + $this->load->library('hd_exception'); + $this->load->library('MyEncryption'); + $this->load->model('market/Market_sytopic_module_option_model', 'module_option_model'); $this->load->model('market/Market_sytopic_enroll_model', 'sytopic_enroll_model'); $this->load->model('market/market_sylive_organization_model', 'organization_model');