| | |
| | | // 字体颜色 |
| | | properties.setProperty("kaptcha.textproducer.font.color", "black"); |
| | | // 图片宽 |
| | | properties.setProperty("kaptcha.image.width", "160"); |
| | | properties.setProperty("kaptcha.image.width", "150"); |
| | | // 图片高 |
| | | properties.setProperty("kaptcha.image.height", "58"); |
| | | properties.setProperty("kaptcha.image.height", "42"); |
| | | // 文字间隔 |
| | | properties.setProperty("kaptcha.textproducer.font.space", "5"); |
| | | properties.setProperty("kaptcha.textproducer.font.space", "10"); |
| | | // 字体大小 |
| | | properties.setProperty("kaptcha.textproducer.font.size", "38"); |
| | | properties.setProperty("kaptcha.textproducer.font.size", "30"); |
| | | // session key |
| | | properties.setProperty("kaptcha.session.key", "code"); |
| | | // 验证码长度 |