qiushang 1 năm trước cách đây
mục cha
commit
8d09f0a774
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      app/Http/Api/NotifyUrlController.php

+ 2 - 1
app/Http/Api/NotifyUrlController.php

@@ -29,7 +29,8 @@ class NotifyUrlController extends HttpBaseController
         $parameters = Request::all();
         try {
             $ress = Alipay::payment()->common()->verifyNotify($parameters);
-            Log::info('支付宝支付---通知开始2222222=' . gettype($ress));
+            Log::info('支付宝支付---通知开始2222222=' . is_bool($ress));
+            Log::info('支付宝支付---通知开始3333333=' . is_null($ress));
             if (Alipay::payment()->common()->verifyNotify($parameters)) {
                 //更新订单
                 $orderData = [