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'];