Commit 0795fa66 by 刘海龙

Merge branch 'master' of http://132.232.91.252:9999/ice/quxiu

parents c1a6aea7 ea1622fc
......@@ -109,8 +109,11 @@ class AuthController extends HomebaseController {
echo json_encode(array("ret"=>0,'data'=>array(),'msg'=>'您的登陆状态失效,请重新登陆!'));
exit;
}
list($ff, $userfam) = $this->_checkFid($fid, $uid);
$ff = [];
$userfam = false;
if (!empty($fid)) {
list($ff, $userfam) = $this->_checkFid($fid, $uid);
}
$data['uid']=I("uid");
$data['real_name']=I("real_name");
......
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