1
This commit is contained in:
@@ -50,7 +50,7 @@ public class PublicOrderController extends BaseController {
|
|||||||
@RateLimiter(
|
@RateLimiter(
|
||||||
key = CacheConstants.RATE_LIMIT_KEY,
|
key = CacheConstants.RATE_LIMIT_KEY,
|
||||||
time = 1800,
|
time = 1800,
|
||||||
count = 20,
|
count = 120,
|
||||||
limitType = LimitType.IP
|
limitType = LimitType.IP
|
||||||
)
|
)
|
||||||
public AjaxResult submit(@RequestBody Map<String, String> body, HttpServletRequest request) {
|
public AjaxResult submit(@RequestBody Map<String, String> body, HttpServletRequest request) {
|
||||||
|
|||||||
Reference in New Issue
Block a user