feat: place order
This commit is contained in:
@@ -36,6 +36,12 @@ 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