Commit f52bee5b authored by esf's avatar esf

建站连云港

parent 165acdd9
......@@ -307,12 +307,13 @@ class Login extends MY_Controller {
//加载memcached
$this->load->library('My_memcached','','mc');
$cache = $this->mc->get($interface_id);
if($interface_id == '1111121212121' && $_COOKIE['zkg']){
var_dump($cache);die;
}
if(1 == $cache['is_ok'])
{
$this->broker_model->yunxinLogin($cache['data']['username']);
if($interface_id == '1111121212121'){
var_dump(111);die;
}
$this->_enter($cache['data']['username'], $cache['data']['password'], 'cp');
}
else
......
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