feat : wechatPay callback

This commit is contained in:
2025-03-18 16:20:32 +08:00
parent bdffc3311d
commit 63b6cce2bd
5 changed files with 25 additions and 20 deletions

View File

@@ -184,7 +184,7 @@ class RefundService
*/
protected function getAllRefundMoneyByOrderId(): void
{
$this->isRefundMoney = $this->refundOrderModel->getSuccessMoneyByOrderId($this->orderId,$this->type);
$this->isRefundMoney = $this->refundOrderModel->getAllMoneyByOrderId($this->orderId,$this->type);
}
// protected function getUser()