|
|
@ -172,7 +172,7 @@ func (c *MsgClient) Notification(ctx context.Context, sendID, recvID string, con
|
|
|
|
if err == nil {
|
|
|
|
if err == nil {
|
|
|
|
log.ZDebug(ctx, "MsgClient Notification SendMsg success", "req", &req)
|
|
|
|
log.ZDebug(ctx, "MsgClient Notification SendMsg success", "req", &req)
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
log.ZError(ctx, "MsgClient Notification SendMsg failed %s\n", err, "req", &req)
|
|
|
|
log.ZError(ctx, "MsgClient Notification SendMsg failed", err, "req", &req)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return err
|
|
|
|
return err
|
|
|
|
}
|
|
|
|
}
|
|
|
|