commit
continuous-integration/drone/push Build is passing Details

master
黄海 4 years ago
parent 97b319f736
commit 5be273e1d0

@ -60,9 +60,9 @@ func CaptMake() (string, string) {
driver := &base64Captcha.DriverDigit{ driver := &base64Captcha.DriverDigit{
Height: 100, Height: 100,
Width: 200, Width: 200,
Length: 5, Length: 4,
MaxSkew: 1, MaxSkew: 1,
DotCount: 1, DotCount: 2,
} }
// 生成base64图片 // 生成base64图片
c := base64Captcha.NewCaptcha(driver, store) c := base64Captcha.NewCaptcha(driver, store)

Loading…
Cancel
Save