From 590079bfe63582dcd113bfad3f2a951405ba90c7 Mon Sep 17 00:00:00 2001 From: panliang <1163816051@qq.com> Date: Mon, 29 Jun 2026 20:37:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E6=94=AF=E4=BB=98=20?= =?UTF-8?q?=E5=8F=91=E8=B4=A7=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/PayService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/PayService.php b/app/Services/PayService.php index 1cf326fc..c1ddcecd 100644 --- a/app/Services/PayService.php +++ b/app/Services/PayService.php @@ -112,7 +112,7 @@ class PayService "mchid" => config("wechat.payment.sub.mch_id"), "out_trade_no" => $payLog->pay_sn, "order_number_type" => 1, - // "transaction_id" => $payLog->out_trade_no, + "transaction_id" => $payLog->out_trade_no, ], "logistics_type" => 4, "delivery_mode" => 1,