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()