From e8c9fa1b61a228580c1ba649fcff88451506017c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Wed, 17 Jan 2024 10:55:04 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BA=92=E9=BA=9F=E7=BA=BF=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 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/script/linedata/get_line_list.php b/script/linedata/get_line_list.php index 47b2624..0bc742c 100755 --- a/script/linedata/get_line_list.php +++ b/script/linedata/get_line_list.php @@ -5,14 +5,13 @@ * @Author: kangkang * @Date: 2020-11-03 11:04:15 * @LastEditors: “wanyongkang” “937888580@qq.com” - * @LastEditTime: 2024-01-15 16:46:41 + * @LastEditTime: 2024-01-17 10:54:53 */ - $is_script = 1; include_once __DIR__ . '/../../index.php'; include_once __DIR__ . '/auto_format.php'; - +include_once __DIR__ . '/../../extends/jinyouapi/Jinyou.php'; use extend\jinyouapi\jinyou; @@ -158,7 +157,7 @@ fclose($xianfeng_f); //麒麟动态 $dnx_has_exit = []; -$qilin = new jinyou; +$qilin = new jinyou(); $qilin_api_data = (array)((array)((array)($qilin::getDynamicLine()))['res'])['data'];