update notification opts

This commit is contained in:
Nguyen Minh 2022-11-18 14:52:05 +07:00
parent 828d4e34ba
commit 549aee36d0
1 changed files with 3 additions and 2 deletions

View File

@ -14,6 +14,7 @@ type PushNotification struct {
type NotificationOptions struct {
Title string `json:"title"`
Content string `json:"content"`
CampaignID string `json:"campaignId,omitempty"`
}
// PayloadUpdateSellerAffiliateStatistic ...