refactor: 将短信验证码长度从 4 位增加到 6 位 (PR by Gitee@hagyao520)

This commit is contained in:
2025-03-20 22:36:17 +08:00
parent 2ec0b343e0
commit 611c3d8a0a
4 changed files with 6 additions and 6 deletions

View File

@@ -127,7 +127,7 @@ captcha:
## 短信验证码配置
sms:
# 内容长度
length: 4
length: 6
# 过期时间
expirationInMinutes: 5
# 模板 ID

View File

@@ -129,7 +129,7 @@ captcha:
## 短信验证码配置
sms:
# 内容长度
length: 4
length: 6
# 过期时间
expirationInMinutes: 5
# 模板 ID