v0.0.18
CI/CD / build-deploy (pull_request) Successful in 13s

This commit is contained in:
Timi
2026-08-03 19:57:05 +08:00
parent 7e1ff1343d
commit f42b833e3e
4 changed files with 4 additions and 8 deletions
@@ -45,7 +45,7 @@ public abstract class RequestRateLimitAbstractInterceptor implements HandlerInte
return true;
}
// 频率限制
return beforeRun(req, resp, buildId(handlerMethod), requestRateLimit.lifeCycle(), requestRateLimit.value());
return beforeRun(req, resp, buildId(handlerMethod), requestRateLimit.inSeconds(), requestRateLimit.value());
}
return true;
}