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

org.shoulder.security.code.sms.SmsCodeSender Maven / Gradle / Ivy

There is a newer version: 1.0.0-M2.2
Show newest version
package org.shoulder.security.code.sms;

/**
 * 短信验证码发送者
 *
 * @author lym
 */
public interface SmsCodeSender {

    /**
     * 发送短信验证码
     *
     * @param mobile 手机号
     * @param code   验证码
     * @throws Exception 发送失败
     */
    void send(String mobile, String code) throws Exception;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy