zhubaomin
2024-09-11 660e9a56d2ed2ed794de90c2fcf74a0bf4161402
pipIrr-platform/pipIrr-web/pipIrr-web-app/src/main/java/com/dy/pipIrrApp/config/KaptchaMathTwoTextCreator.java
File was renamed from pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/config/KaptchaMathTwoTextCreator.java
@@ -1,6 +1,6 @@
package com.dy.pipIrrGlobal.config;
package com.dy.pipIrrApp.config;
import com.dy.pipIrrGlobal.util.CaptchaUtil;
import com.dy.pipIrrApp.util.CaptchaUtil;
import com.google.code.kaptcha.text.impl.DefaultTextCreator;
import java.security.SecureRandom;
@@ -9,9 +9,9 @@
/**
 * @author ZhuBaoMin
 * @date 2024-09-10 10:39
 * @LastEditTime 2024-09-10 10:39
 * @Description 验证码随机文本生成器:两位数的加减乘除
 * @date 2024-09-11 15:51
 * @LastEditTime 2024-09-11 15:51
 * @Description
 */
public class KaptchaMathTwoTextCreator extends DefaultTextCreator {