feat: place Order
This commit is contained in:
@@ -27,6 +27,13 @@ use Psr\Container\NotFoundExceptionInterface;
|
||||
|
||||
class PlaceOrderService extends BaseOrderService
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
$this->isAutoSelectCoupon = 2;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 统一下单逻辑
|
||||
* @return array
|
||||
|
||||
Reference in New Issue
Block a user