diff --git a/home/controllers/h5/market/sytopic/Enter.php b/home/controllers/h5/market/sytopic/Enter.php index 4a6affc4..41e103cc 100644 --- a/home/controllers/h5/market/sytopic/Enter.php +++ b/home/controllers/h5/market/sytopic/Enter.php @@ -30,8 +30,12 @@ class Enter extends CI_Controller } $this->data['skey'] = $this->skey; - if($this->skey == 'dG9waWNfaWQ9Ng' || $this->skey == 'dG9waWNfaWQ9Nw'){ - debug_log("params:". json_encode($this->input->get()), 'auto1.txt'); + if($this->skey == 'dG9waWNfaWQ9Ng' || $this->skey == 'dG9waWNfaWQ9OQ'){ + debug_log("params:". json_encode($this->input->get()), 'auto.txt'); + } + + if($this->skey == 'dG9waWNfaWQ9OA'){ + debug_log("params:". json_encode($this->input->get()), 'auto2.txt'); } } diff --git a/home/controllers/h5/market/sytopic/Welcome.php b/home/controllers/h5/market/sytopic/Welcome.php index 94ea236a..df62c938 100644 --- a/home/controllers/h5/market/sytopic/Welcome.php +++ b/home/controllers/h5/market/sytopic/Welcome.php @@ -24,9 +24,13 @@ class Welcome extends Wx } $this->data['skey'] = $this->skey; - if($this->skey == 'dG9waWNfaWQ9Ng' || $this->skey == 'dG9waWNfaWQ9Nw'){ + if($this->skey == 'dG9waWNfaWQ9Ng' || $this->skey == 'dG9waWNfaWQ9OQ'){ debug_log("params:". json_encode($this->input->get()), 'auto.txt'); } + + if($this->skey == 'dG9waWNfaWQ9OA'){ + debug_log("params:". json_encode($this->input->get()), 'auto2.txt'); + } } public function index()