Commit 18d07f73 authored by esf's avatar esf

建站连云港

parent 16a1493b
...@@ -307,6 +307,9 @@ class Login extends MY_Controller { ...@@ -307,6 +307,9 @@ 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($interface_id == '1111121212121'){
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