qiushang 1 年之前
父節點
當前提交
d976eeba2c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Http/Api/NotifyUrlController.php

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

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