add go-captcha / add base auth api

This commit is contained in:
landaiqing
2024-08-06 00:08:33 +08:00
parent 9b36d2fff0
commit d0496b34f0
29 changed files with 687 additions and 121 deletions

View File

@@ -12,6 +12,7 @@ func main() {
core.InitConfig()
core.InitLogger()
core.InitGorm()
core.InitCaptcha()
// 命令行参数绑定
option := cmd.Parse()
if cmd.IsStopWeb(&option) {