🎨 完善微信登录相关工具类

This commit is contained in:
2025-05-09 11:17:04 +08:00
parent 159ef59749
commit ad6773c575
2 changed files with 19 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ import (
"git.echol.cn/loser/lckt/core"
"git.echol.cn/loser/lckt/global"
"git.echol.cn/loser/lckt/initialize"
"git.echol.cn/loser/lckt/utils/wechat"
_ "go.uber.org/automaxprocs"
"go.uber.org/zap"
)
@@ -41,5 +42,7 @@ func main() {
db, _ := global.GVA_DB.DB()
defer db.Close()
}
wechat.InitWeOfficial() // 初始化微信公众号SDK
core.RunWindowsServer()
}