From 3f791f31341b3482de7cf6953421632f3483a657 Mon Sep 17 00:00:00 2001 From: chenbo <709206448@qq.com> Date: Wed, 22 Nov 2023 15:03:18 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=89=8B=E5=8A=A8=E4=B8=8B=E5=8F=91?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E7=9B=B8=E5=85=B3=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/logic/ShopRequestLogic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/logic/ShopRequestLogic.php b/app/common/logic/ShopRequestLogic.php index c30439936..a17217a85 100644 --- a/app/common/logic/ShopRequestLogic.php +++ b/app/common/logic/ShopRequestLogic.php @@ -110,7 +110,7 @@ class ShopRequestLogic extends BaseLogic public static function getGeneralMerchantCount($param) { try { - $requestResponse = HttpClient::create()->request('GET', env('url.shop_prefix'). '/api/statistics/supply_chain_product_count', [ + $requestResponse = HttpClient::create()->request('GET', env('url.shop_prefix'). '/api/statistics/supply_chain_mer_count', [ 'query' => $param ]); return json_decode($requestResponse->getContent(), true);