This commit is contained in:
2025-10-22 00:22:35 +08:00
parent 444607ee64
commit ad93481011

View File

@@ -50,7 +50,7 @@ public class PublicOrderController extends BaseController {
@RateLimiter(
key = CacheConstants.RATE_LIMIT_KEY,
time = 1800,
count = 20,
count = 120,
limitType = LimitType.IP
)
public AjaxResult submit(@RequestBody Map<String, String> body, HttpServletRequest request) {