Commit f339b8fb by 段启岩

Update VerifyCodeUtils.java

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