Commit 144a9415 by 冷斌

update

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