feat: place order
This commit is contained in:
@@ -35,7 +35,13 @@ class PlaceOrderService extends BaseOrderService
|
|||||||
}
|
}
|
||||||
|
|
||||||
private function placeOrder()
|
private function placeOrder()
|
||||||
|
{
|
||||||
|
foreach ($this->orderRes['good'] as $oneCopies)
|
||||||
|
{
|
||||||
|
foreach ($oneCopies['good_info'] as $one)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user