Commit 3b3b56ab by 刘海龙

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

parents 118566ee ce14a013
...@@ -110,6 +110,8 @@ class Model_Home extends PhalApi_Model_NotORM { ...@@ -110,6 +110,8 @@ class Model_Home extends PhalApi_Model_NotORM {
$v['type_val']=''; $v['type_val']='';
} }
$v['label'] = $this->getUserLabel($userinfo); $v['label'] = $this->getUserLabel($userinfo);
$v['ifpk'] = DI()->redis -> hGet('LiveConnect',$v['uid']) ? 1 : 0;
$result[$k]=$v; $result[$k]=$v;
} }
......
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