From 4c7ff4a469e888d88ffca75f70c1af0f6a005272 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Fri, 26 Sep 2025 18:32:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E7=BB=B4=E6=8A=A4=E9=80=9A?= =?UTF-8?q?=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/common/controller/BaseCom.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/common/controller/BaseCom.php b/application/common/controller/BaseCom.php index f588969..b919ba5 100644 --- a/application/common/controller/BaseCom.php +++ b/application/common/controller/BaseCom.php @@ -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','');