update notification opts
This commit is contained in:
parent
828d4e34ba
commit
549aee36d0
|
@ -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 ...
|
||||
|
|
Loading…
Reference in New Issue