微信支付 发货信息
parent
1251e34ecd
commit
3fa2a28f16
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue