wesmiler пре 2 дана
родитељ
комит
54f029a93c
1 измењених фајлова са 2 додато и 0 уклоњено
  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 = [];