@FunctionalInterface public interface NoRepeatSubmitChecker
| Modifier and Type | Method and Description |
|---|---|
boolean |
check(NoRepeatSubmit anno,
org.noear.solon.core.handle.Context ctx,
String submitHash,
int limitSeconds) |
boolean check(NoRepeatSubmit anno, org.noear.solon.core.handle.Context ctx, String submitHash, int limitSeconds)
anno - 注解ctx - 上下文submitHash - 提交内容的哈希limitSeconds - 限制秒数Copyright © 2025. All rights reserved.