feat: remove comment

This commit is contained in:
2025-12-26 15:15:54 +08:00
parent 1636a2652f
commit 29201ac796
3 changed files with 0 additions and 24 deletions

View File

@@ -16,10 +16,6 @@ import (
type HookFunc func(ctx *gin.Context, requestData []byte, responseData map[string]interface{}, cost int64)
// HookAfterResponseMiddleware 请求最终处理完成之后执行的中间件
//
// Author : go_developer@163.com<白茶清欢>
//
// Date : 11:55 2024/7/26
func HookAfterResponseMiddleware(hookFunc HookFunc) gin.HandlerFunc {
handleConfig := define.GetHttpHandleConfig()
return func(ctx *gin.Context) {