系统维护通知
This commit is contained in:
@@ -22,7 +22,7 @@ class BaseCom extends Controller
|
||||
//检测系统是否维护中
|
||||
$is_maintenance = get_system_config_value('is_maintenance');
|
||||
if($is_maintenance == 2){
|
||||
return V(203, '系统维护中');
|
||||
return V(0, '系统维护中');
|
||||
}
|
||||
//检测是什么系统
|
||||
$system = input('system','');
|
||||
|
||||
Reference in New Issue
Block a user