This commit is contained in:
Looly 2020-12-02 15:41:37 +08:00
parent 61f58a9b62
commit 96d1708a71

View File

@ -38,7 +38,7 @@ public class GifCaptcha extends AbstractCaptcha {
* @param height 验证码高度
*/
public GifCaptcha(int width, int height) {
this(width, height, 100);
this(width, height, 5);
}
/**