Commit 16a1493b authored by esf's avatar esf

建站连云港

parent bf6969e0
...@@ -281,7 +281,9 @@ class Login extends MY_Controller { ...@@ -281,7 +281,9 @@ class Login extends MY_Controller {
//加载memcached //加载memcached
$this->load->library('My_memcached','','mc'); $this->load->library('My_memcached','','mc');
$this->mc->add($interface_id, array('is_ok'=>1, 'data'=>$arr_data), 30); $this->mc->add($interface_id, array('is_ok'=>1, 'data'=>$arr_data), 30);
if($interface_id == '1111121212121'){
var_dump($this->mc->get($interface_id));die;
}
echo 'ok'; echo 'ok';
} }
else 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