This commit is contained in:
szdot 2024-06-05 19:38:58 +08:00
commit da430a976c

View File

@ -60,7 +60,7 @@ class PayController extends PublicController
'out_trade_no' => $order['order_sn'],
'description' => $order['shop_id'],
'amount' => [
'total' => $order['total_price'] / 100, //单位:分
'total' => $order['total_price'] * 100, //单位:分
'currency' => 'CNY',
],
'payer' => [