From 92f172b34506968f7eb5807961d08fdbb18aebba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Thu, 4 Feb 2021 17:02:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=BF=E8=B7=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/linedata/get_line_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/linedata/get_line_list.php b/script/linedata/get_line_list.php index 678ffba..d5d6abe 100755 --- a/script/linedata/get_line_list.php +++ b/script/linedata/get_line_list.php @@ -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; }