fix: 修复一些错误引用
This commit is contained in:
		@ -82,8 +82,8 @@ func (s *server) RequestHandler(uriCfg UriConfig) gin.HandlerFunc {
 | 
			
		||||
		ctx.Set(consts.GinRequestSuccess, false)
 | 
			
		||||
		// 初始化响应之后logic
 | 
			
		||||
		logicAfterResponse := &define.LogicAfterResponse{
 | 
			
		||||
			SuccessHookFuncList: make([]func(), 0),
 | 
			
		||||
			FailureHookFuncList: make([]func(), 0),
 | 
			
		||||
			SuccessHookFuncList: make([]func(ctx *gin.Context), 0),
 | 
			
		||||
			FailureHookFuncList: make([]func(ctx *gin.Context), 0),
 | 
			
		||||
			Lock:                &sync.RWMutex{},
 | 
			
		||||
		}
 | 
			
		||||
		// 此处暴露出去,是为了使用方可以获取到对应数据
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user