From 9e3ef5090a84badb23d14427abf2d1d0276fd39c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=92=8A?= Date: Tue, 30 Dec 2025 18:17:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/Redpacket.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/controller/Redpacket.php b/application/api/controller/Redpacket.php index b026305b..8be8742f 100644 --- a/application/api/controller/Redpacket.php +++ b/application/api/controller/Redpacket.php @@ -118,7 +118,7 @@ class Redpacket extends BaseCom } //红包配置信息 - public function redpacketConfig(){ + public function appConfig(){ $result['red_packet_min_amount'] = get_system_config_value('red_packet_min_amount') ?? 0; $result['red_packet_fee'] = get_system_config_value('red_packet_fee') ?? 0;