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

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

@@ -250,7 +250,8 @@ class OrderService extends BaseService
             $this->error = 2904;
             return false;
         }
-
+var_dump($goods);
+        return false;
         // 优惠券
         $couponPrice = 0;
         if($couponId > 0){