From cb5f14fb240036845951a460f143d7b161015984 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Tue, 24 Jan 2023 23:39:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E7=81=AB=E7=8B=90=E4=BA=91?= =?UTF-8?q?=E7=89=9B=E7=BA=BF=E8=B7=AF=E6=A3=80=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/linedata/get_line_list.php | 36 +++++++++++++++---------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/script/linedata/get_line_list.php b/script/linedata/get_line_list.php index bf22710..ea22678 100755 --- a/script/linedata/get_line_list.php +++ b/script/linedata/get_line_list.php @@ -5,7 +5,7 @@ * @Author: kangkang * @Date: 2020-11-03 11:04:15 * @LastEditors: “wanyongkang” “937888580@qq.com” - * @LastEditTime: 2022-05-22 17:27:09 + * @LastEditTime: 2023-01-24 23:38:38 */ $is_script = 1; include_once __DIR__ . '/../../index.php'; @@ -103,26 +103,26 @@ $url = 'http://int.linghangadmin.com:8000/sysadmin/useradmin/lineapi_admin1.php? $huohu = json_decode(file_get_contents($url), true); -if(!empty($huohu)){ - $huohu_f = fopen(__DIR__ . '/data/huohu.csv', 'w'); - //写入火狐文件 - $huohu_data = get_product(__DIR__ . '/data/huohu.csv'); - huohu_getList($huohu, $huohu_f, $all,$huohu_data); - fclose($huohu_f); -} +// if(!empty($huohu)){ +// $huohu_f = fopen(__DIR__ . '/data/huohu.csv', 'w'); +// //写入火狐文件 +// $huohu_data = get_product(__DIR__ . '/data/huohu.csv'); +// huohu_getList($huohu, $huohu_f, $all,$huohu_data); +// fclose($huohu_f); +// } -///动态 -$url = 'http://int.linghangsoft.net:8000/sysadmin/useradmin/lineapi_admin1.php?secretId=108006113&secretKey=87085a351a64c116df09ebc07d5781sf'; -$yunniu = json_decode(file_get_contents($url), true); +// ///动态 +// $url = 'http://int.linghangsoft.net:8000/sysadmin/useradmin/lineapi_admin1.php?secretId=108006113&secretKey=87085a351a64c116df09ebc07d5781sf'; +// $yunniu = json_decode(file_get_contents($url), true); -if(!empty($yunniu)){ - $yunniu_f = fopen(__DIR__ . '/data/yunniu.csv', 'w'); - //写入火狐文件 - $yunniu_data = get_product(__DIR__ . '/data/yunniu.csv'); - yunniu_getList($yunniu, $yunniu_f, $all,$yunniu_data); - fclose($yunniu_f); -} +// if(!empty($yunniu)){ +// $yunniu_f = fopen(__DIR__ . '/data/yunniu.csv', 'w'); +// //写入火狐文件 +// $yunniu_data = get_product(__DIR__ . '/data/yunniu.csv'); +// yunniu_getList($yunniu, $yunniu_f, $all,$yunniu_data); +// fclose($yunniu_f); +// }