From 212c4faaf33faabf0acc6f199fae1c50874f1d27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Mon, 13 Oct 2025 11:01:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=A2=E5=8C=85=20=E6=9C=89=E6=95=88?= =?UTF-8?q?=E6=9C=9F=E6=94=B9=E4=B8=BA1200=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/common/model/Redpacket.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/common/model/Redpacket.php b/application/common/model/Redpacket.php index 32e4543..3401869 100644 --- a/application/common/model/Redpacket.php +++ b/application/common/model/Redpacket.php @@ -79,7 +79,7 @@ class Redpacket extends Model } // 计算开始时间 $startTime = $data['countdown'] > 0 ? (time() + $data['countdown']) : time(); - $endTime = $startTime + 120; // 2分钟后结束 + $endTime = $startTime + 1200; // 2分钟后结束 // 创建红包 $redpacketData = [