Browse Source

周期券

Gorden 1 tháng trước cách đây
mục cha
commit
0f5d5aefbd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      process/Task.php

+ 1 - 1
process/Task.php

@@ -33,7 +33,7 @@ class Task
             // 优惠券自动过期
             CouponService::checkCouponExpired();
             // 发放周期券
-            CouponService::sendPeriodCoupon();
+//            CouponService::sendPeriodCoupon();
         });
 
         // 每天的2点执行,注意这里省略了秒位