From ea06971392b57bace71a0314feb5f7bd08079131 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Wed, 27 Apr 2022 16:33:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=81=AB=E7=8B=90=E7=BA=BF=E8=B7=AF=E6=90=9C?= =?UTF-8?q?=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/linedata/search.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/script/linedata/search.php b/script/linedata/search.php index a1f4301..0665568 100755 --- a/script/linedata/search.php +++ b/script/linedata/search.php @@ -5,7 +5,7 @@ * @Author: kangkang * @Date: 2020-11-07 11:13:08 * @LastEditors: Please set LastEditors - * @LastEditTime: 2020-11-26 09:39:13 + * @LastEditTime: 2022-04-27 16:31:51 */ header('Access-Control-Allow-Origin: *'); header("Access-Control-Allow-Methods: *"); @@ -62,6 +62,9 @@ if($_GET['type'] == 1){ case 19: search_product(__DIR__.'/data/download/huohu.csv','hhip.vip'); break; + case 22: + search_product(__DIR__ . '/data/download/huohu.csv'); + break; } }