s
This commit is contained in:
@@ -123,7 +123,7 @@ class Wechat
|
|||||||
$unify = $payment->order->unify([
|
$unify = $payment->order->unify([
|
||||||
'body' => '商品订单',
|
'body' => '商品订单',
|
||||||
'out_trade_no' => $outTradeNo,
|
'out_trade_no' => $outTradeNo,
|
||||||
'total_fee' => 100,
|
'total_fee' => $order->amount * 100,
|
||||||
'notify_url' => $notifyUrl,
|
'notify_url' => $notifyUrl,
|
||||||
'trade_type' => 'JSAPI',
|
'trade_type' => 'JSAPI',
|
||||||
'openid' => $user->openid,
|
'openid' => $user->openid,
|
||||||
|
|||||||
Reference in New Issue
Block a user