Update Config.php

This commit is contained in:
Anyon 2020-10-26 15:25:02 +08:00
parent 16900b56ff
commit 69bd775e72

View File

@ -26,7 +26,7 @@ class Config extends Controller
if ($this->request->isGet()) {
$this->result = MessageService::instance()->balance();
}
$this->__sysconf('open');
$this->__sysconf('message');
}
/**