mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-11 06:57:12 +08:00
fix(system/sms): 修复短信配置加载错误,移除 SmsSupplierEnum
Closes #IC4D7F
This commit is contained in:
@@ -90,19 +90,19 @@ public class CaptchaProperties {
|
||||
private String templateId;
|
||||
|
||||
/**
|
||||
* 供应商渠道
|
||||
* 短信厂商
|
||||
*
|
||||
* @see top.continew.admin.system.model.resp.SmsConfigResp#supplier
|
||||
*/
|
||||
private String supplier;
|
||||
|
||||
/**
|
||||
* 验证码字段模版键名
|
||||
* 验证码字段模板键名
|
||||
*/
|
||||
private String codeKey = "code";
|
||||
|
||||
/**
|
||||
* 失效时间字段模版键名
|
||||
* 失效时间字段模板键名
|
||||
*/
|
||||
private String timeKey = "expirationInMinutes";
|
||||
}
|
||||
|
Reference in New Issue
Block a user