feat: place order

This commit is contained in:
2025-01-23 16:56:54 +08:00
parent aadcf6c661
commit 267453cde4

View File

@@ -20,7 +20,7 @@ class PlaceOrderService extends BaseOrderService
* @throws ContainerExceptionInterface
* @throws NotFoundExceptionInterface
*/
public function handle()
public function handle(): array
{
$this->siteId = (int)$this->request->input('site_id');
$this->couponId = (int)$this->request->input('coupon_id',0);