gorden 7 月之前
父節點
當前提交
9870b7f6c9
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/admin/service/order/OrderService.php

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

@@ -312,8 +312,8 @@ class OrderService
     public static function findAlipay($orderId, $nbr = 0)
     {
         try {
-            $result = Pay::alipay(config('payment.alipay'))->find($orderId);
-            $result = json_decode(json_encode($result), true);
+//            $result = Pay::alipay(config('payment.alipay'))->find($orderId);
+//            $result = json_decode(json_encode($result), true);
         } catch (\Exception $e) {
             SupportLog::channel('pay')->error("FIND_ALIPAY", ['msg' => $e->getMessage()]);
         }