feat(base): 添加邮件验证码发送功能并注释机器人测试代码

This commit is contained in:
1
2025-11-04 02:46:28 +00:00
parent 3735309f1b
commit 4da683d5ea
3 changed files with 228 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ var (
if cool.IsRedisMode {
go cool.ListenFunc(ctx)
}
go robot()
//go robot()
s := g.Server()
s.Use(Limiter, ghttp.MiddlewareHandlerResponse)
s.EnableAdmin()