mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-01-03 05:06:36 +08:00
refactor: 样式调整
This commit is contained in:
@@ -22,7 +22,8 @@ func Generate() (string, string, error) {
|
||||
|
||||
c := base64Captcha.NewCaptcha(driver, store)
|
||||
// 获取
|
||||
return c.Generate()
|
||||
id, b64s, _, err := c.Generate()
|
||||
return id, b64s, err
|
||||
}
|
||||
|
||||
// 验证验证码
|
||||
|
||||
Reference in New Issue
Block a user