feat(system/smsConfig): 短信配置新增设为默认功能

This commit is contained in:
2025-05-07 20:48:53 +08:00
parent a2e156aae8
commit 07304872b6
16 changed files with 85 additions and 26 deletions

View File

@@ -84,18 +84,6 @@ public class CaptchaProperties {
*/
private long expirationInMinutes;
/**
* 模板 ID
*/
private String templateId;
/**
* 短信厂商
*
* @see top.continew.admin.system.model.resp.SmsConfigResp#supplier
*/
private String supplier;
/**
* 验证码字段模板键名
*/