refactor: 发送短信验证码新增限流处理

This commit is contained in:
2023-12-18 21:47:39 +08:00
parent 57b2cc5d2c
commit e719d207fb
4 changed files with 25 additions and 15 deletions

View File

@@ -112,8 +112,6 @@ captcha:
length: 4
# 过期时间
expirationInMinutes: 5
# 限制时间
limitInSeconds: 60
# 模板 ID
templateId: 1

View File

@@ -114,8 +114,6 @@ captcha:
length: 4
# 过期时间
expirationInMinutes: 5
# 限制时间
limitInSeconds: 60
# 模板 ID
templateId: 1