验证码 区间

This commit is contained in:
2024-09-06 17:02:29 +08:00
parent 98bb93516f
commit c618c712f3

View File

@@ -108,8 +108,8 @@ public class LoginProperties {
@Override
protected char[] alphas() {
// 生成随机数字和运算符
// int n1 = num(1, 10), n2 = num(1, 10);
int n1 = num(1, 5), n2 = num(1, 5);
int n1 = num(1, 10), n2 = num(1, 10);
// int n1 = num(1, 5), n2 = num(1, 5);
int opt = num(3);
// 计算结果