This commit is contained in:
lin fan
2024-10-22 16:20:55 +08:00
parent 9a4db24d41
commit 85533fcc98
@@ -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()