From c8bfcceeba022a21f1750aacec770599c053ddeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Tue, 9 Jul 2024 15:47:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E8=A7=A6=E8=98=91=E8=8F=87=E6=9E=81?= =?UTF-8?q?=E7=8B=90im?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/product/controller/OpenAccountLimit.php | 22 +++++++++++++++++++++ script/linedata/get_line_list.php | 19 ++++++++++-------- 2 files changed, 33 insertions(+), 8 deletions(-) create mode 100644 app/product/controller/OpenAccountLimit.php diff --git a/app/product/controller/OpenAccountLimit.php b/app/product/controller/OpenAccountLimit.php new file mode 100644 index 0000000..4c9b3d7 --- /dev/null +++ b/app/product/controller/OpenAccountLimit.php @@ -0,0 +1,22 @@ +30000,]); + } +} diff --git a/script/linedata/get_line_list.php b/script/linedata/get_line_list.php index c3e0d49..2cf9870 100755 --- a/script/linedata/get_line_list.php +++ b/script/linedata/get_line_list.php @@ -64,14 +64,6 @@ $all = fopen(__DIR__ . '/data/all.csv', 'w'); $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/getList2?apikey=".$apikey; -$mogu = json_decode(file_get_contents($url), true)['data']; -if ($mogu) { - $mogu_f = fopen(__DIR__ . '/data/mogu.csv', 'w'); - mogu_getList($mogu, $mogu_f, $all); - fclose($mogu_f); -} //极狐 $url = "http://124.236.113.166:18702/api/agent/getList2?apikey=80cf4f64e990b78a9fc5eb"; @@ -83,6 +75,17 @@ if ($jihu) { } +$apikey = '80cf4f64e990b78a9fc5eb'; +$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'); + mogu_getList($mogu, $mogu_f, $all); + fclose($mogu_f); +} + + + //麒麟动态 $dnx_has_exit = []; $qilin = new jinyou();