cn.ocoop.shiro.sms.AuthcSmsCaptchaServiceAware Maven / Gradle / Ivy
package cn.ocoop.shiro.sms;
public interface AuthcSmsCaptchaServiceAware {
void sendMessage(String mobile);
boolean verify(String mobile, String captcha);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy