From fd94db463e9c05ebb73bb97ac8735d4fb8ea8391 Mon Sep 17 00:00:00 2001 From: ctexthuang Date: Thu, 23 Jan 2025 18:01:16 +0800 Subject: [PATCH] feat: place order --- app/Service/Api/Order/PlaceOrderService.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/Service/Api/Order/PlaceOrderService.php b/app/Service/Api/Order/PlaceOrderService.php index 8303753..8595775 100644 --- a/app/Service/Api/Order/PlaceOrderService.php +++ b/app/Service/Api/Order/PlaceOrderService.php @@ -36,6 +36,12 @@ class PlaceOrderService extends BaseOrderService private function placeOrder() { + foreach ($this->orderRes['good'] as $oneCopies) + { + foreach ($oneCopies['good_info'] as $one) + { + } + } } } \ No newline at end of file