This commit is contained in:
lin fan
2024-11-10 15:17:42 +08:00
parent 589404d604
commit d5988f67f7
2 changed files with 11 additions and 3 deletions
+6 -2
View File
@@ -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');
}
}
@@ -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()