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

@@ -94,11 +94,6 @@ public class CaptchaProperties {
*/
private long expirationInMinutes;
/**
* 限制时间
*/
private long limitInSeconds;
/**
* 模板 ID
*/