feat : refund

This commit is contained in:
2025-03-27 10:49:13 +08:00
parent f9d3511ed6
commit 7f4d6ca0d0

View File

@@ -37,7 +37,7 @@ class CancelOrderService extends BaseService
public function handle(): array public function handle(): array
{ {
$orderId = (int)$this->request->input('order_id'); $orderId = (int)$this->request->input('order_id');
$type = (int)$this->request->input('type'); $type = (int)$this->request->input('order_type');
$orderInfo = $this->orderModel->getInfoById($orderId); $orderInfo = $this->orderModel->getInfoById($orderId);