laowu 1 周之前
父节点
当前提交
7ee7e13be4
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      app/Http/logic/api/PayPlusLogic.php

+ 0 - 2
app/Http/logic/api/PayPlusLogic.php

@@ -228,8 +228,6 @@ class PayPlusLogic extends BaseApiLogic
                 $order->GiftsID,
                 $orderSn,
             ]);
-        } elseif ($this->isFailedPayment($post)) {
-            $body['pay_status'] = 2;
         } else {
             return 'success';
         }