We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e82cfa6 commit 83465f4Copy full SHA for 83465f4
server/api/v1/sys_captcha.go
@@ -8,6 +8,8 @@ import (
8
"go.uber.org/zap"
9
)
10
11
+// 当开启多服务器部署时,替换下面的配置,使用redis共享存储验证码
12
+// var store = captcha.NewDefaultRedisStore()
13
var store = base64Captcha.DefaultMemStore
14
15
// @Tags Base
0 commit comments