日志优化

This commit is contained in:
hahwu 2026-01-21 16:20:28 +08:00
parent f81facf4cd
commit 5586a4aa4f

View File

@ -225,7 +225,7 @@ func HandleClientReq(args []interface{}) {
p.(*Player).ProcessTrigger()
p.(*Player).TeLog("func_exec_time", map[string]interface{}{
"method_name": m.GetFunc(),
"exec_time": time.Since(start),
"exec_time": fmt.Sprintf("%v", time.Since(start)),
})
}
}