Commit ea1fc35a by 段启岩

Update VerifyCodeUtils.java

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