Commit 66311edb by 冷斌

add

parent 8bfcb207
......@@ -146,10 +146,9 @@ class Model_Home extends PhalApi_Model_NotORM {
if (empty($touid)) {
return [];
}
var_dump($touid);
die;
$data = [];
foreach ($touids as $t) {
foreach ($touid as $t) {
$d = $this->getOnline($t['uid']);
if (!empty($d)) {
$data[] = $d;
......
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