From b8ec386b02a73c8e17da2462b2b710fb156001e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Thu, 10 Aug 2023 17:20:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=98=91=E8=8F=87=E7=BA=BF=E8=B7=AF=E8=A1=A8?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/linedata/get_line_list.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/linedata/get_line_list.php b/script/linedata/get_line_list.php index 9a16bd0..8c905e5 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: 2023-05-14 17:22:37 + * @LastEditTime: 2023-08-10 17:19:52 */ $is_script = 1; include_once __DIR__ . '/../../index.php'; @@ -64,7 +64,7 @@ $dnx_exit = fopen(__DIR__ . '/data/dns_diff.csv', 'a'); $dnx_has_exit = get_product(__DIR__ . '/data/dns_diff.csv', 1); //----------------------------------------------------------------------------------------------------- $apikey = '80cf4f64e990b78a9fc5eb'; -$url = "http://rds-api.juip.com/api/index/getList?apikey=".$apikey; +$url = "http://rds-api.juip.com/api/index/getList2?apikey=".$apikey; $mogu = json_decode(file_get_contents($url), true)['data']; if ($mogu) { $mogu_f = fopen(__DIR__ . '/data/mogu.csv', 'w');