From b23e804e29932c881317fe9b8667125b6c441f75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Thu, 29 Oct 2020 14:27:34 +0800 Subject: [PATCH] misc --- main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.go b/main.go index 7df05e90d..6e48707b2 100644 --- a/main.go +++ b/main.go @@ -9,6 +9,7 @@ import ( "time" "git.rosy.net.cn/jx-callback/business/jxstore/cms" + "git.rosy.net.cn/jx-callback/business/jxstore/misc" "github.com/astaxie/beego" @@ -43,6 +44,7 @@ func Init() { buildTime = buildTime.Local() } cms.InitServiceInfo(Version, buildTime, GitCommit) + misc.Init() } // 返回true表示非运行服务