Commit ef2b1824 authored by zhangkuanguang's avatar zhangkuanguang

马鞍山站

parent fad4d7bc
...@@ -301,9 +301,6 @@ class Login extends MY_Controller { ...@@ -301,9 +301,6 @@ class Login extends MY_Controller {
//加载memcached //加载memcached
$this->load->library('My_memcached','','mc'); $this->load->library('My_memcached','','mc');
$cache = $this->mc->get($interface_id); $cache = $this->mc->get($interface_id);
if($_COOKIE['zkg1']){
var_dump($cache);die;
}
if(1 == $cache['is_ok']) if(1 == $cache['is_ok'])
{ {
$this->broker_model->yunxinLogin($cache['data']['username']); $this->broker_model->yunxinLogin($cache['data']['username']);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment