From 3fa2a28f168d975e2edd9df838df39ef63d40733 Mon Sep 17 00:00:00 2001 From: panliang <1163816051@qq.com> Date: Mon, 29 Jun 2026 20:34:16 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Services/PayService.php b/app/Services/PayService.php index d9594f12..1cf326fc 100644 --- a/app/Services/PayService.php +++ b/app/Services/PayService.php @@ -109,10 +109,10 @@ class PayService } $data = [ "order_key" => [ - "mchid" => config("wechat.payment.default.mch_id"), + "mchid" => config("wechat.payment.sub.mch_id"), "out_trade_no" => $payLog->pay_sn, - "order_number_type" => 2, - "transaction_id" => $payLog->out_trade_no, + "order_number_type" => 1, + // "transaction_id" => $payLog->out_trade_no, ], "logistics_type" => 4, "delivery_mode" => 1,