From 1e6e3eb5095909a9eb04c72400a31d9722a0056f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Mon, 24 Apr 2023 23:54:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9E=81=E5=AE=A2=E8=A5=BF=E7=93=9C=E7=BA=BF?= =?UTF-8?q?=E8=B7=AF=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/linedata/get_line_list.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/linedata/get_line_list.php b/script/linedata/get_line_list.php index ea22678..e41f734 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-01-24 23:38:38 + * @LastEditTime: 2023-04-24 23:53:47 */ $is_script = 1; include_once __DIR__ . '/../../index.php'; @@ -142,7 +142,7 @@ $huohu = json_decode(file_get_contents($url), true); // } -$jike = json_decode(file_get_contents("http://api.webok.me/beikeiplist/"), true)['data']; +$jike = json_decode(file_get_contents("http://api.beikeip.com/beikeiplist/"), true)['data']; if($jike){ $jike_data = get_product(__DIR__ . '/data/jike.csv'); $jike_f = fopen(__DIR__ . '/data/jike.csv', 'w'); @@ -151,7 +151,7 @@ jike_getList($jike, $jike_f, $all, $jike_data); fclose($jike_f); } -$xigua = json_decode(file_get_contents("http://api.webok.me/serverlistyzip/"), true)['data']; +$xigua = json_decode(file_get_contents("http://api.beikeip.com/serverlistyzip/"), true)['data']; if($xigua){ $xigua_data = get_product(__DIR__ . '/data/xigua.csv'); $xigua_f = fopen(__DIR__ . '/data/xigua.csv', 'w');