系统初始化钩子顺序调整

feat/task1-c-wallet
devil 2020-02-14 11:48:05 +08:00
parent 03303945e8
commit 3208f565a3
1 changed files with 3 additions and 3 deletions

View File

@ -56,12 +56,12 @@ class Common extends Controller
{
parent::__construct();
// 系统运行开始
SystemService::SystemBegin();
// 系统初始化
$this->SystemInit();
// 系统运行开始
SystemService::SystemBegin();
// 站点状态校验
$this->SiteStstusCheck();