系统降身价
This commit is contained in:
@@ -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];
|
||||||
|
|||||||
Reference in New Issue
Block a user