From 319f0c03d4f5838b49efc201751eee7383946805 Mon Sep 17 00:00:00 2001 From: ctexthuang Date: Tue, 4 Mar 2025 11:05:59 +0800 Subject: [PATCH] feat : order --- app/Service/Api/Order/BaseOrderService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Service/Api/Order/BaseOrderService.php b/app/Service/Api/Order/BaseOrderService.php index f6aadf9..4cd77fb 100644 --- a/app/Service/Api/Order/BaseOrderService.php +++ b/app/Service/Api/Order/BaseOrderService.php @@ -149,7 +149,7 @@ abstract class BaseOrderService extends BaseService $this->getGoodInfo($kitchenId); - $this->buildCartData(json_decode($this->request->input('cart'), true)); + $this->buildCartData($this->request->input('cart')); $this->checkGood();