rerun #145
|
@ -12,9 +12,11 @@ type PushNotification struct {
|
|||
|
||||
// NotificationOptions ...
|
||||
type NotificationOptions struct {
|
||||
Title string `json:"title"`
|
||||
Content string `json:"content"`
|
||||
CampaignID string `json:"campaignId,omitempty"`
|
||||
Title string `json:"title"`
|
||||
Content string `json:"content"`
|
||||
CampaignID string `json:"campaignId,omitempty"`
|
||||
SellerSavingCampaignID string `json:"sellerSavingCampaignId,omitempty"`
|
||||
SellerSavingCampaignStatus string `json:"sellerSavingCampaignStatus,omitempty"`
|
||||
}
|
||||
|
||||
// PayloadUpdateSellerAffiliateStatistic ...
|
||||
|
|
Loading…
Reference in New Issue