From 180b4dd9a4e311059c338072aa3a92dca2f17112 Mon Sep 17 00:00:00 2001 From: liu <1873441552@qq.com> Date: Fri, 15 Mar 2024 15:34:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E9=87=8F=E4=B8=8D=E5=AF=B9=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/api/store/order/StoreCart.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/controller/api/store/order/StoreCart.php b/app/controller/api/store/order/StoreCart.php index 8151f24a..7ecf6c5e 100644 --- a/app/controller/api/store/order/StoreCart.php +++ b/app/controller/api/store/order/StoreCart.php @@ -174,9 +174,7 @@ class StoreCart extends BaseController public function cartCount() { $saleType = $this->request->get('sale_type', 1); - dump($this->request->userInfo()); - halt($this->request->uid()); - return app('json')->success($this->repository->getCartCount($this->request->uid()), intval($saleType)); + return app('json')->success($this->repository->getCartCount($this->request->uid(), intval($saleType))); } /**