|
|
|
|
@ -638,7 +638,7 @@ class OrdersController extends CommonController
|
|
|
|
|
"money" => request()->money,
|
|
|
|
|
"order_id" => request()->order_id,
|
|
|
|
|
"payment" => "weixin",
|
|
|
|
|
"merchant_id" => $order->wechatpayAccount->mch_id
|
|
|
|
|
"merchant_id" => $order->wechatpayAccount->mchid
|
|
|
|
|
]);
|
|
|
|
|
$recharge = $recharge->getSerial();
|
|
|
|
|
|
|
|
|
|
|