From ec0607e1d6fc5c2cdd1762296b6c5125bd6f7f36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Tue, 14 Oct 2025 11:23:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A2=E7=BA=A2=E5=8C=85=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E7=BB=93=E6=9E=9C=E9=87=8D=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/Redpacket.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/api/controller/Redpacket.php b/application/api/controller/Redpacket.php index e697f46..cec7746 100644 --- a/application/api/controller/Redpacket.php +++ b/application/api/controller/Redpacket.php @@ -103,6 +103,7 @@ class Redpacket extends BaseCom if($result){ foreach ($result as &$item) { $item['redpacket_id'] = $item['id']; + $item['redpacket_time'] = get_system_config_value('red_packet_time');//展示时间 } } return V(1, '获取成功', $result);