Commit d4e62561 by huangchengyi

1.0

parent 3e03aad2
Showing with 1 additions and 1 deletions
......@@ -56,7 +56,7 @@ func AnalyzeSearchError(ctx *gin.Context,code int, ip, errMsg, file, line, metho
//推送到钉钉
result, err := message.DingDingPush(errMsg)
if err != nil || result.Errcode != 0 {
logger.Error("%s", err)
logger.Error("%s", err.Error())
}
}()
}
......
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