类 DemoSmsCodeSender

  • 所有已实现的接口:
    top.dcenter.ums.security.core.api.validate.code.sms.SmsCodeSender

    @Component
    public class DemoSmsCodeSender
    extends Object
    implements top.dcenter.ums.security.core.api.validate.code.sms.SmsCodeSender
    自定义发送短信验证码
    版本:
    V1.0 Created by 2020-05-14 22:26
    作者:
    zyw
    • 构造器详细资料

      • DemoSmsCodeSender

        public DemoSmsCodeSender​(top.dcenter.ums.security.core.properties.ValidateCodeProperties validateCodeProperties)
    • 方法详细资料

      • sendSms

        public boolean sendSms​(String mobile,
                               String validateCode)
        指定者:
        sendSms 在接口中 top.dcenter.ums.security.core.api.validate.code.sms.SmsCodeSender
      • getCode

        public top.dcenter.ums.security.core.auth.validate.codes.ValidateCode getCode()
        指定者:
        getCode 在接口中 top.dcenter.ums.security.core.api.validate.code.sms.SmsCodeSender