From a9ad86cc1f4a1f07c99d3f3a0a6c10a7b81b9b10 Mon Sep 17 00:00:00 2001 From: ctexthuang Date: Tue, 18 Mar 2025 15:18:55 +0800 Subject: [PATCH] feat : wechatPay callback --- app/Service/Amqp/Refund/RefundService.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Service/Amqp/Refund/RefundService.php b/app/Service/Amqp/Refund/RefundService.php index 4401b8e..66b1b2f 100644 --- a/app/Service/Amqp/Refund/RefundService.php +++ b/app/Service/Amqp/Refund/RefundService.php @@ -244,8 +244,8 @@ class RefundService $rechargeService->refund( $this->refundAmount, - (float)$this->orderInfo->actual_price, - $this->payInfo->pay_money, + (float)$this->payInfo->pay_money, + $this->orderInfo->order_sno, $this->refundInfo->refund_order_sno, ); }