File was renamed from pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/config/KaptchaMathTwoTextCreator.java |
| | |
| | | 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; |
| | |
| | | |
| | | /** |
| | | * @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 { |