wesmiler 1 year ago
parent
commit
b3426f73c6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/Services/Api/OrderService.php

+ 2 - 2
app/Services/Api/OrderService.php

@@ -298,11 +298,11 @@ class OrderService extends BaseService
         $payTotal = moneyFormat($orderXdTotal+$freight,2);
         //var_dump($payTotal, $amount);
         if(intval($amount) != intval($payTotal)){
-            var_dump($payTotal);
-            var_dump($goods);
             $this->error = 2906;
             return false;
         }
+        var_dump($payTotal);
+        var_dump($goods);
         return false;
 
         // 星豆余额支付验证