feat : refund

This commit is contained in:
2025-02-24 15:37:06 +08:00
parent c14901de4a
commit 5febca23aa
2 changed files with 4 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ class RefundOrderService extends BaseService
{
//todo 考虑是否枷锁
$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);