Commit e672c1bf by 冷斌

add

parent 1726d650
...@@ -147,7 +147,8 @@ class Model_Home extends PhalApi_Model_NotORM { ...@@ -147,7 +147,8 @@ class Model_Home extends PhalApi_Model_NotORM {
return []; return [];
} }
$touids=array_column($touid,"uid"); $touids=array_column($touid,"uid");
var_dump($touids);
die;
$data = []; $data = [];
foreach ($touids as $t) { foreach ($touids as $t) {
$d = $this->getOnline($t['uid']); $d = $this->getOnline($t['uid']);
......
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