Browse Source

付款码轮询

gorden 6 months ago
parent
commit
d4a254c67e
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

@@ -286,7 +286,7 @@ class OrderService
             throw new BusinessException("订单查询失败");
         }
         try {
-            $result = Pay::alipay(config('payment.alipay'))->find($orderId,'pos');
+            $result = Pay::alipay(config('payment.alipay'))->find($orderId);
             $result = json_decode(json_encode($result), true);
             dump($result);
         } catch (\Exception $e) {