refactor-location #134

Closed
trunglam wants to merge 270 commits from refactor-location into master
1 changed files with 3 additions and 2 deletions
Showing only changes of commit 15ba847ef8 - Show all commits

View File

@ -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 ...