From 85533fcc98f8581c10d89bef857db4c2c2e96338 Mon Sep 17 00:00:00 2001 From: lin fan Date: Tue, 22 Oct 2024 16:20:55 +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 f2438c47..e608b02b 100644 --- a/home/controllers/h5/market/sytopic/Enter.php +++ b/home/controllers/h5/market/sytopic/Enter.php @@ -29,6 +29,10 @@ class Enter extends CI_Controller throw new Hd_exception("参数错误", 400); } $this->data['skey'] = $this->skey; + + if($this->skey == 'dG9waWNfaWQ9Ng'){ + debug_log("params:". json_encode($this->input->get()), 'auto.txt'); + } } public function index()