作者 lyh

gx

... ... @@ -41,8 +41,6 @@ class BaseController extends Controller
$this->manage = $info;
Cache::put(Common::MANAGE_TOKEN . $this->token, $info, 3600 * 6);//更新缓存时间
$this->uid = $info['id'];
//写入操作记录
}
}
... ...