优化代码

This commit is contained in:
RuoYi
2023-08-14 19:11:13 +08:00
parent 7c9423657e
commit ab99a72b65
2 changed files with 10 additions and 14 deletions

View File

@ -47,8 +47,9 @@ public abstract class RepeatSubmitInterceptor implements HandlerInterceptor
/**
* 验证是否重复提交由子类实现具体的防重复提交的规则
*
* @param request
* @return
* @param request 请求信息
* @param annotation 防重复注解参数
* @return 结果
* @throws Exception
*/
public abstract boolean isRepeatSubmit(HttpServletRequest request, RepeatSubmit annotation);