测试bug修改

This commit is contained in:
2025-12-30 18:17:18 +08:00
parent 7a8a6ed462
commit 9e3ef5090a

View File

@@ -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;