This commit is contained in:
parent
d0ebfd76ac
commit
9ee3119e61
|
@ -61,6 +61,7 @@ func InitNotifSender(_DefaultNotification *logic.Notification, _DefaultNotifBcst
|
|||
|
||||
// 通知接收人mids不为空则默认认为是自定义发送
|
||||
if len(notifBuilder.ObjMids) > 0 {
|
||||
notification.ObjMids = notifBuilder.ObjMids
|
||||
notification.ObjType = goproto.Int64(consts.Notification_ObjType_Customized)
|
||||
} else {
|
||||
notification.ObjType = goproto.Int64(notifBuilder.ObjType)
|
||||
|
|
Loading…
Reference in New Issue