From 39f88f3e1b320a5654fcda88faf956f9864c1154 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Thu, 9 Nov 2023 14:51:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BC=98=E6=83=A0=E5=8D=B7?= =?UTF-8?q?=E8=BF=87=E6=9C=9F=E4=B8=8D=E9=87=8D=E5=A4=8D=E5=8F=91=E6=94=BE?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/CouponService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/CouponService.php b/app/Services/CouponService.php index 2269e1c..65473b4 100644 --- a/app/Services/CouponService.php +++ b/app/Services/CouponService.php @@ -72,7 +72,7 @@ class CouponService extends BaseService // 绝对时效 $valid_end_time = strtotime($coupon['valid_end_time']); - $date = time() + 60 * 5; + $date = time() + 60 * 10; if ($valid_end_time < $date){ // 超出结束使用时间 return true;