This commit is contained in:
lwl0608 2024-05-16 22:10:14 +08:00
parent 5cc1fb426b
commit 388c5346bc
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,10 @@ import (
)
func main() {
defer func() {
logger.Recover()
}()
// 加载配置
// 1.默认配置
configPath := consts.ProductionConfigPath