feat: place Order

This commit is contained in:
2025-02-06 14:40:10 +08:00
parent fda042da54
commit e7ec144539
5 changed files with 50 additions and 5 deletions

View File

@@ -27,6 +27,13 @@ use Psr\Container\NotFoundExceptionInterface;
class PlaceOrderService extends BaseOrderService
{
public function __construct()
{
parent::__construct();
$this->isAutoSelectCoupon = 2;
}
/**
* 统一下单逻辑
* @return array