From 98771969fc4d7e9a33853e2cb453cc1f2a849026 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 16:38:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99=E5=89=8D=E7=AB=AF=E6=8E=A8=E9=80=81?= =?UTF-8?q?=20=E6=B7=BB=E5=8A=A0=E6=95=B0=E6=8D=AE?= 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 8d38be3..566a4af 100644 --- a/application/common/model/Redpacket.php +++ b/application/common/model/Redpacket.php @@ -127,7 +127,7 @@ class Redpacket extends Model $data['avatar'] = Db::name('user')->where('id', $data['user_id'])->value('avatar'); $data['redpacket_id'] = $redpacketId; $data['start_time'] = $startTime;//红包开抢时间 - $data['red_packet_time'] = get_system_config_value('red_packet_time');//展示时间 + $data['redpacket_time'] = get_system_config_value('red_packet_time');//展示时间 $text = [ 'redpacketInfo' => $data, 'text' => ''