mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-10-20 07:01:31 +08:00
feat(system/sms): 短信渠道支持数据字典配置 (#159)
This commit is contained in:
@@ -88,5 +88,22 @@ public class CaptchaProperties {
|
||||
* 模板 ID
|
||||
*/
|
||||
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