doum
2026-05-22 23b57fc7eab3defc741a0e54e3dac939ad49f13f
server/system_service/src/main/java/com/doumee/service/common/CaptchaService.java
@@ -22,7 +22,7 @@
/**
 * 图片验证码
 * @author Eva.Caesar Liu
 * @author doumee
 * @date 2023/03/21 14:49
 */
@Service
@@ -49,7 +49,7 @@
    /**
     * 生成验证码图片
     * @author Eva.Caesar Liu
     * @author doumee
     * @date 2023/03/21 14:49
     */
    public Captcha genCaptcha () {
@@ -104,7 +104,7 @@
    /**
     * 校验验证码
     * @author Eva.Caesar Liu
     * @author doumee
     * @date 2023/03/21 14:49
     */
    public void check(String uuid, String code) {
@@ -119,7 +119,7 @@
    }
    /**
     * @author Eva.Caesar Liu
     * @author doumee
     * @date 2023/03/21 14:49
     */
    @Data