系统降身价

This commit is contained in:
2025-12-16 09:31:07 +08:00
parent 8f72278eaa
commit 32ba6cbf08

View File

@@ -377,7 +377,7 @@ class PerformPerSecond
//系统降身价 //系统降身价
public function system_downgrade(){ public function system_downgrade(){
//获取系统信息 //获取系统信息
$down_market_value = get_system_config_value('down_market_value'); $down_market_value = explode(',',get_system_config_value('down_market_value'));
if($down_market_value){ if($down_market_value){
$day = $down_market_value[0]; $day = $down_market_value[0];
$market_value = $down_market_value[1]; $market_value = $down_market_value[1];