This commit is contained in:
Leufolium 2024-11-07 18:45:17 +08:00
parent d0ebfd76ac
commit 9ee3119e61
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ func InitNotifSender(_DefaultNotification *logic.Notification, _DefaultNotifBcst
// 通知接收人mids不为空则默认认为是自定义发送 // 通知接收人mids不为空则默认认为是自定义发送
if len(notifBuilder.ObjMids) > 0 { if len(notifBuilder.ObjMids) > 0 {
notification.ObjMids = notifBuilder.ObjMids
notification.ObjType = goproto.Int64(consts.Notification_ObjType_Customized) notification.ObjType = goproto.Int64(consts.Notification_ObjType_Customized)
} else { } else {
notification.ObjType = goproto.Int64(notifBuilder.ObjType) notification.ObjType = goproto.Int64(notifBuilder.ObjType)