All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.holly.unit.security.api.DragCaptchaApi Maven / Gradle / Ivy

package com.holly.unit.security.api;

import com.holly.unit.security.api.pojo.DragCaptchaImageDTO;

/**
 * 拖拽验证码
 *
 * @author holly
 * @date 2021/7/5 12:05
 */
public interface DragCaptchaApi {

    /**
     * 生成拖拽验证码的返回值
     *
     * @author holly
     * @date 2021/7/5 11:55
     */
    DragCaptchaImageDTO createCaptcha();

    /**
     * 验证拖拽验证码
     *
     * @author holly
     * @date 2021/7/5 11:55
     */
    boolean validateCaptcha(String verKey, Integer verCode);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy