拦截
This commit is contained in:
@@ -18,6 +18,7 @@ func IPLimit() gin.HandlerFunc {
|
|||||||
expiration := time.Duration(second) * time.Second
|
expiration := time.Duration(second) * time.Second
|
||||||
if err := SetLimitWithTime(key, limit, expiration); err != nil {
|
if err := SetLimitWithTime(key, limit, expiration); err != nil {
|
||||||
response.FailWithMessage(err.Error(), c)
|
response.FailWithMessage(err.Error(), c)
|
||||||
|
c.Abort()
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
// 继续往下处理
|
// 继续往下处理
|
||||||
|
Reference in New Issue
Block a user