@@ -139,7 +139,7 @@ class OrderService
$payData = [
'out_trade_no' => $params['orderGroupId'],
'body' => 'subject-测试',
- 'total_fee' => 0.01,//$params['order_sheet_pay']*100,
+ 'total_fee' => 1,//$params['order_sheet_pay']*100,
'auth_code' => $params['qrcode_nbr'],
];
$result = Pay::wechat(config('payment.wxpay'))->app($payData)->getContent();