Browse Source

当面付

gorden 7 months ago
parent
commit
ba090930cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/service/order/OrderService.php

+ 1 - 1
app/admin/service/order/OrderService.php

@@ -142,7 +142,7 @@ class OrderService
                 'total_fee'      => 1,//$params['order_sheet_pay']*100,
                 'auth_code' => $params['qrcode_nbr'],
             ];
-            $result = Pay::wechat(config('payment.wxpay'))->app($payData)->getContent();
+            $result = Pay::wechat(config('payment.wxpay'))->pos($payData);
             dump($result);
 
             Log::info("WXPAY_RETURN",$result);