qiushang 1 年之前
父節點
當前提交
becd957f98
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,