Commit a03b547b authored by jiaorz's avatar jiaorz

Merge branch 'master-captcha-branch' into dev

parents a2d65152 be40f288
......@@ -88,7 +88,7 @@ public class ClickWordCaptcha extends AbstractCaptcha {
} while (!currentWords.contains(word));
//随机字体坐标
Point point = randomWordPoint(width, height, i, wordCount);
Point point = randomWordPoint(900, 478, i, wordCount);
//随机字体颜色
if (isFontColorRandom()){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment