| 程序包 | 说明 |
|---|---|
| com.github.hetianyi.boot.ready.config.authenticator | |
| com.github.hetianyi.boot.ready.config.authenticator.email | |
| com.github.hetianyi.boot.ready.config.authenticator.sms |
| 限定符和类型 | 方法和说明 |
|---|---|
static SendStatus |
SendStatus.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static SendStatus[] |
SendStatus.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
SendStatus |
EmailCaptchaUtil.sendEmail(String sceneId,
String toEmailAccount,
Map<String,String> args)
发送邮件验证码。
|
| 限定符和类型 | 方法和说明 |
|---|---|
SendStatus |
SmsUtil.send(String sceneId,
String tel,
Map<String,Object> args) |
SendStatus |
SmsProvider.send(String sceneId,
String tel,
Map<String,Object> args)
发送短信
|
Copyright © 2022. All rights reserved.