This commit is contained in:
suyl
2021-06-24 16:09:37 +08:00
parent bfe94e735a
commit 1b213dc31f

View File

@@ -12,8 +12,11 @@ import (
var (
SugarLogger *zap.SugaredLogger
AliKey string
AliSecret string
AliKey string
AliSecret string
IsAddEvent bool
OutputDebugMsgLevel int
)
func init() {