service/subscribe.go
@@ -187,10 +187,11 @@ } var notification = vo.FaceNotification{ NotificationID: triggerTime + snowflake.GenerateIdStr(), SubscribeID: task.conf.Id, Title: task.conf.Ext.Title, TriggerTime: triggerTime, NotificationID: triggerTime + snowflake.GenerateIdStr(), SubscribeID: task.conf.Id, Title: task.conf.Ext.Title, TriggerTime: triggerTime, ExecuteOperation: 1, } var ids []string for idx, _ := range task.faceList {