Commit 19d87905 by 段启岩

Update VerifyCodeUtils.java

parent 7a3ae10d
......@@ -19,6 +19,6 @@ public final class VerifyCodeUtils {
}
private static int randomNumber() {
return random.nextInt(9);
return random.nextInt(9) % 9;
}
}
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