This commit is contained in:
wangchuxiao
2023-05-06 11:04:28 +08:00
parent 3b4c8ad2f0
commit 4cca3b54e4
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -217,7 +217,7 @@ func (m *Message) SendMessage(c *gin.Context) {
Status: int32(status),
})
if err != nil {
log.NewError(mcontext.GetOperationID(c), "SetSendMsgStatus failed")
log.ZError(c, "SetSendMsgStatus failed", err)
}
apiresp.GinSuccess(c, respPb)
}