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

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

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