Browse Source

付款码轮询

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

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

@@ -216,8 +216,8 @@ class OrderService
                 'auth_code' => $params['qrcode_nbr'],
             ];
             try {
-                Pay::wechat(config('payment.wxpay'))->pos($payData);
-                $result = self::findWxpay($params['orderGroupId'], 0);
+//                Pay::wechat(config('payment.wxpay'))->pos($payData);
+                $result = self::findWxpay('OD2024081615233851FJON', 0);
             } catch (\Exception $e) {
                 $log->error("WXPAY", ['msg' => $e->getMessage()]);
                 throw new BusinessException("支付失败");