|
@@ -1,8 +1,9 @@
|
|
|
package com.ruoyi.framework.config;
|
|
|
|
|
|
-import java.util.Random;
|
|
|
import com.google.code.kaptcha.text.impl.DefaultTextCreator;
|
|
|
|
|
|
+import java.util.Random;
|
|
|
+
|
|
|
/**
|
|
|
* 验证码文本生成器
|
|
|
*
|
|
@@ -15,6 +16,7 @@ public class KaptchaTextCreator extends DefaultTextCreator
|
|
|
@Override
|
|
|
public String getText()
|
|
|
{
|
|
|
+
|
|
|
Integer result = 0;
|
|
|
Random random = new Random();
|
|
|
int x = random.nextInt(10);
|