From c9a63f07c5b7bd75ebd2c2479e64d27f54a1246f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Thu, 13 May 2021 16:09:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=81=AB=E7=8B=90=E7=BA=BF=E8=B7=AF=E8=A1=A8?= =?UTF-8?q?=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/linedata/search.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/script/linedata/search.php b/script/linedata/search.php index d17d4fd..a1f4301 100755 --- a/script/linedata/search.php +++ b/script/linedata/search.php @@ -59,6 +59,9 @@ if($_GET['type'] == 1){ case 18: search_product(__DIR__.'/data/download/mogu.csv','mgip.net'); break; + case 19: + search_product(__DIR__.'/data/download/huohu.csv','hhip.vip'); + break; } } @@ -123,6 +126,9 @@ function search_all_product($file_path,$search){ case '蘑菇': $dns = 'mgip.net'; break; + case '火狐': + $dns = 'hhip.vip'; + break; } $data['city'] = $info[1];