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;