feat:完善信息
This commit is contained in:
@ -42,6 +42,7 @@ func (this *Router) Init() *gin.Engine {
|
||||
app.Use(LoggerHandle("log/gin.log", 3))
|
||||
app.Use(TimeoutHandle(time.Second * 30))
|
||||
app.Use(RecoveryHandler())
|
||||
app.Use(ContentAnalysisHandler())
|
||||
|
||||
if this.RateLimitConfig != nil {
|
||||
if this.RateLimitConfig.IsRate {
|
||||
|
Reference in New Issue
Block a user