This commit is contained in:
“wanyongkang”
2021-02-04 17:02:19 +08:00
parent 860486291f
commit 92f172b345

View File

@@ -317,7 +317,7 @@ function jike_getList($data, &$file, &$all, $exit, $is_jike = true)
$record['status'] = '';
$record['nasname'] = $info['domain'];
if (!in_array($record['nasname'], $exit) && !in_array($record['nasname'], $dnx_has_exit)) {
fputcsv($dnx_exit, ['极客', $record['nasname'], date('Y-m-d H:i:s')]);
fputcsv($dnx_exit, [$record['name'], $record['nasname'], date('Y-m-d H:i:s')]);
}
$list1[$key][] = $record;
}