소스 검색

付款码轮询

gorden 8 달 전
부모
커밋
aca8337271
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/admin/service/order/OrderService.php

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

@@ -258,7 +258,7 @@ class OrderService
             $config = config('payment.wxpay');
             unset($config['notify_url']);
             dump(Pay::wechat($config));
-            $result = Pay::wechat($config)->find($order);
+            $result = Pay::wechat($config)->find($orderId,'pos');
         }catch (\Exception $e){
             dump($e->getMessage());
         }