Merge pull request 'update notification opts' (#63) from feature/campaign into develop
Reviewed-on: #63
This commit is contained in:
commit
15ba847ef8
|
@ -14,6 +14,7 @@ type PushNotification struct {
|
||||||
type NotificationOptions struct {
|
type NotificationOptions struct {
|
||||||
Title string `json:"title"`
|
Title string `json:"title"`
|
||||||
Content string `json:"content"`
|
Content string `json:"content"`
|
||||||
|
CampaignID string `json:"campaignId,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// PayloadUpdateSellerAffiliateStatistic ...
|
// PayloadUpdateSellerAffiliateStatistic ...
|
||||||
|
|
Loading…
Reference in New Issue