Commit 24e27476 by huangchengyi

test

parent ff2853ad
Showing with 1 additions and 1 deletions
...@@ -138,5 +138,5 @@ func Testr(ctx *gin.Context) { ...@@ -138,5 +138,5 @@ func Testr(ctx *gin.Context) {
time2 := time.Now().UnixNano() / 1e6 time2 := time.Now().UnixNano() / 1e6
ctx.String(200, "查询时间毫秒:"+gconv.String(time2-time1)+ " "+ string(skustr)) ctx.String(200, "查询redis开始时间毫秒:"+gconv.String(time1)+" 结束时间毫秒:"+gconv.String(time2)+" 查询时间毫秒:"+gconv.String(time2-time1)+ " "+ string(skustr))
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment