From c424a530074c27ded21c7125ad65749ded8654a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Tue, 26 Dec 2023 18:17:34 +0800 Subject: [PATCH] =?UTF-8?q?http=20=E4=BF=AE=E6=94=B9=E8=AF=B7=E6=B1=82?= =?UTF-8?q?=E9=95=BF=E6=95=88ip=E6=95=B0=E9=87=8Fbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/http/controller/Product.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/http/controller/Product.php b/app/http/controller/Product.php index f9e28b2..41d4c53 100644 --- a/app/http/controller/Product.php +++ b/app/http/controller/Product.php @@ -66,6 +66,10 @@ class Product //可选线路数量 public function linecount(){ $request_data = $_POST; + unset($request_data['lineType']); + unset($request_data['ipAmount']); + unset($request_data['periodType']); + unset($request_data['periodAmount']); $url = $this->url_root.'/plan/long/assignable/line/count'; $request_data = formatHttpRequert($request_data);