token add operationID

This commit is contained in:
Gordon
2022-03-30 15:52:04 +08:00
parent 009ae6a235
commit 6744745152
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -571,6 +571,6 @@ func Notification(n *NotificationMsg) {
if err != nil {
log.NewError(req.OperationID, "SendMsg rpc failed, ", req.String(), err.Error())
} else if reply.ErrCode != 0 {
log.NewError(req.OperationID, "SendMsg rpc failed, ", req.String())
log.NewError(req.OperationID, "SendMsg rpc failed, ", req.String(), reply.ErrCode, reply.ErrMsg)
}
}