From 9f42a840c939d02c39bf760a31bedf232f7513ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Sun, 10 Jan 2021 13:34:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0=E9=99=90=E7=BA=BF=E8=B7=AF=E8=A1=A8?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/linedata/get_line_list.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/script/linedata/get_line_list.php b/script/linedata/get_line_list.php index 839c76c..9e079ca 100755 --- a/script/linedata/get_line_list.php +++ b/script/linedata/get_line_list.php @@ -74,12 +74,12 @@ $xunlian = json_decode(file_get_contents("http://xunyou.ippptp.com:2222/api/area xunlian_getList($xunlian, $xunlian_f, $all, $xunlian_data); fclose($xunlian_f); -$wuxian_data = get_product(__DIR__ . '/data/wuxian.csv'); -$wuxian_f = fopen(__DIR__ . '/data/wuxian.csv', 'w'); -$wuxian = get_content('http://221.225.83.92:6888/agent/serversList.html', $product_list[9]['Token']); -//写入无限文件 -gongxiang_getList($wuxian, $wuxian_f, $all, $wuxian_data, '无限'); -fclose($wuxian_f); +// $wuxian_data = get_product(__DIR__ . '/data/wuxian.csv'); +// $wuxian_f = fopen(__DIR__ . '/data/wuxian.csv', 'w'); +// $wuxian = get_content('http://221.225.83.92:6888/agent/serversList.html', $product_list[9]['Token']); +// //写入无限文件 +// gongxiang_getList($wuxian, $wuxian_f, $all, $wuxian_data, '无限'); +// fclose($wuxian_f); $xianfeng_data = get_product(__DIR__ . '/data/xianfeng.csv'); $xianfeng_f = fopen(__DIR__ . '/data/xianfeng.csv', 'w');