From 69bd775e726e989d971268b03c750edcfaa3a809 Mon Sep 17 00:00:00 2001 From: Anyon Date: Mon, 26 Oct 2020 15:25:02 +0800 Subject: [PATCH] Update Config.php --- app/data/controller/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/data/controller/Config.php b/app/data/controller/Config.php index b267be5dc..a26d9a5e1 100644 --- a/app/data/controller/Config.php +++ b/app/data/controller/Config.php @@ -26,7 +26,7 @@ class Config extends Controller if ($this->request->isGet()) { $this->result = MessageService::instance()->balance(); } - $this->__sysconf('open'); + $this->__sysconf('message'); } /**