This commit is contained in:
wangchuxiao
2023-01-30 11:14:18 +08:00
parent 5b8f66404c
commit 26ed14d1d3
18 changed files with 44 additions and 46 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import (
"net/http"
)
const TraceLogKey = "trace_log"
const TraceLogKey = "tracelog"
func NewCtx(c *gin.Context, api string) context.Context {
req := &ApiInfo{ApiName: api, GinCtx: c, Funcs: &[]FuncInfo{}}