print controlller 添加打印机

This commit is contained in:
suyl
2021-06-24 16:13:01 +08:00
parent 1b213dc31f
commit 5bbcda5b5f
3 changed files with 10 additions and 11 deletions

View File

@@ -33,4 +33,5 @@ func Init() {
SugarLogger.Infof("globals RunMode=%s", beego.BConfig.RunMode)
AliKey = web.AppConfig.DefaultString("aliKey", "")
AliSecret = web.AppConfig.DefaultString("aliSecret", "")
IsAddEvent = web.AppConfig.DefaultBool("addEvent", false)
}