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 ( var (
SugarLogger *zap.SugaredLogger SugarLogger *zap.SugaredLogger
AliKey string AliKey string
AliSecret string AliSecret string
IsAddEvent bool
OutputDebugMsgLevel int
) )
func init() { func init() {