fix(system/sms): 修复短信配置加载错误,移除 SmsSupplierEnum

Closes #IC4D7F
This commit is contained in:
2025-04-27 22:08:58 +08:00
parent e4828bf2a3
commit 16cdff753f
7 changed files with 37 additions and 166 deletions

View File

@@ -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";
}