1
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user