wesmiler hace 4 días
padre
commit
54f029a93c
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      app/Services/Api/GoodsService.php

+ 2 - 0
app/Services/Api/GoodsService.php

@@ -263,6 +263,8 @@ class GoodsService extends BaseService
             if($vipExpired != 0){
                 $discountPoint = isset($levelData['discount']) ? $levelData['discount'] : 0; // 会员折扣
             }
+
+            var_dump($levelData);
         }
 
         $couponGoodsIds = [];