whitefang 1 год назад
Родитель
Сommit
dfec9dcba7
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/api/logic/ServiceOrderLogic.php

+ 1 - 0
app/api/logic/ServiceOrderLogic.php

@@ -67,6 +67,7 @@ class ServiceOrderLogic extends BaseLogic
                     ->where('expire_time','>=',time())
                     ->where('begin_use','<',time())
                     ->findOrEmpty();
+                dd($user_coupon,$params);
                 if(empty($user_coupon)){
                    throw new Exception('该优惠券无法使用');
                 }