From c33247f214579480028dcb5a7e6dc3c7071bfe60 Mon Sep 17 00:00:00 2001 From: liu <2302563948@qq.com> Date: Fri, 4 Sep 2026 22:42:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/OnlinePaymentService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/OnlinePaymentService.php b/app/Services/OnlinePaymentService.php index b74a3d6..b47dd5b 100644 --- a/app/Services/OnlinePaymentService.php +++ b/app/Services/OnlinePaymentService.php @@ -160,7 +160,7 @@ class OnlinePaymentService $payment->pay_params = $gatewayData; $payment->save(); - return [$payment, $gatewayData]; + return [$payment, $payment->pay_params]; } /**