From 549aee36d052a27e846d530202853d75789e7a21 Mon Sep 17 00:00:00 2001 From: Nguyen Minh Date: Fri, 18 Nov 2022 14:52:05 +0700 Subject: [PATCH] update notification opts --- js/model/selly.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/js/model/selly.go b/js/model/selly.go index a8e0a60..856da44 100644 --- a/js/model/selly.go +++ b/js/model/selly.go @@ -12,8 +12,9 @@ type PushNotification struct { // NotificationOptions ... type NotificationOptions struct { - Title string `json:"title"` - Content string `json:"content"` + Title string `json:"title"` + Content string `json:"content"` + CampaignID string `json:"campaignId,omitempty"` } // PayloadUpdateSellerAffiliateStatistic ...