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