Merge pull request 'rerun' (#145) from feature/saving-campaign-bk into develop
Reviewed-on: #145
This commit is contained in:
commit
58e4945cfb
|
@ -12,9 +12,11 @@ type PushNotification struct {
|
||||||
|
|
||||||
// NotificationOptions ...
|
// NotificationOptions ...
|
||||||
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"`
|
CampaignID string `json:"campaignId,omitempty"`
|
||||||
|
SellerSavingCampaignID string `json:"sellerSavingCampaignId,omitempty"`
|
||||||
|
SellerSavingCampaignStatus string `json:"sellerSavingCampaignStatus,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// PayloadUpdateSellerAffiliateStatistic ...
|
// PayloadUpdateSellerAffiliateStatistic ...
|
||||||
|
|
Loading…
Reference in New Issue