6
0
Fork 0

微信支付 发货信息

base
panliang 2026-06-29 20:34:16 +08:00
parent 1251e34ecd
commit 3fa2a28f16
1 changed files with 3 additions and 3 deletions

View File

@ -109,10 +109,10 @@ class PayService
} }
$data = [ $data = [
"order_key" => [ "order_key" => [
"mchid" => config("wechat.payment.default.mch_id"), "mchid" => config("wechat.payment.sub.mch_id"),
"out_trade_no" => $payLog->pay_sn, "out_trade_no" => $payLog->pay_sn,
"order_number_type" => 2, "order_number_type" => 1,
"transaction_id" => $payLog->out_trade_no, // "transaction_id" => $payLog->out_trade_no,
], ],
"logistics_type" => 4, "logistics_type" => 4,
"delivery_mode" => 1, "delivery_mode" => 1,