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,