服务器列表

This commit is contained in:
“wanyongkang”
2021-03-23 19:03:49 +08:00
parent b76b8c3430
commit 005dbaf74f

View File

@@ -139,13 +139,14 @@ class UserFollow extends Controller
}
}
// if ($is_screen && empty($user_search_id)) {
// \result([
// 'list' => [],
// 'count' => 0,
// 'types' => [],
// ]);
// }
if ($is_screen && empty($user_search_id)) {
\result([
'list' => [],
'count' => 0,
'types' => [],
]);
}
//将筛选出来额的userid进行处理
if (!empty($user_search_id)) {
foreach ($user_search_id as $v) {