Commit 2669a7c6 authored by esf's avatar esf

登录

parent 510ecf37
...@@ -305,9 +305,6 @@ class Login extends MY_Controller { ...@@ -305,9 +305,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['zkg']){
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