Compare commits
No commits in common. "d6f50295c71dfe7fae9c5b6d7b637ecafff5247e" and "983731715b642c95a5c77c7052a4357b7a7a364d" have entirely different histories.
d6f50295c7
...
983731715b
|
@ -5,10 +5,8 @@ var Selly = struct {
|
||||||
PushNotification string
|
PushNotification string
|
||||||
UpdateSellerAffiliateStatistic string
|
UpdateSellerAffiliateStatistic string
|
||||||
CheckAnDInsertCashflowBySeller string
|
CheckAnDInsertCashflowBySeller string
|
||||||
SubscriberTopic string
|
|
||||||
}{
|
}{
|
||||||
PushNotification: "PULL_PUSH_NOTIFICATION",
|
PushNotification: "PULL_PUSH_NOTIFICATION",
|
||||||
UpdateSellerAffiliateStatistic: "PULL_UPDATE_SELLER_AFFILIATE_STATISTIC",
|
UpdateSellerAffiliateStatistic: "PULL_UPDATE_SELLER_AFFILIATE_STATISTIC",
|
||||||
CheckAnDInsertCashflowBySeller: "PULL_CHECK_AND_INSERT_CASHFLOW_BY_SELLER",
|
CheckAnDInsertCashflowBySeller: "PULL_CHECK_AND_INSERT_CASHFLOW_BY_SELLER",
|
||||||
SubscriberTopic: "PULL_SUBSCRIBER_TOPIC",
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -63,11 +63,3 @@ type CashFlowOptions struct {
|
||||||
CampaignID string `json:"campaignId,omitempty"`
|
CampaignID string `json:"campaignId,omitempty"`
|
||||||
CampaignName string `json:"campaignName,omitempty"`
|
CampaignName string `json:"campaignName,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// SubscriberNotificationTopic ...
|
|
||||||
type SubscriberNotificationTopic struct {
|
|
||||||
User string `json:"user"`
|
|
||||||
Topic string `json:"topic"`
|
|
||||||
DeviceId string `json:"deviceId"`
|
|
||||||
FCMToken string `json:"fcmToken"`
|
|
||||||
}
|
|
||||||
|
|
|
@ -14,10 +14,8 @@ var Selly = struct {
|
||||||
PushNotification string
|
PushNotification string
|
||||||
UpdateSellerAffiliateStatistic string
|
UpdateSellerAffiliateStatistic string
|
||||||
CheckAnDInsertCashflowBySeller string
|
CheckAnDInsertCashflowBySeller string
|
||||||
SubscriberTopic string
|
|
||||||
}{
|
}{
|
||||||
PushNotification: getSellyValue("push_notifications"),
|
PushNotification: getSellyValue("push_notifications"),
|
||||||
UpdateSellerAffiliateStatistic: getSellyValue("update_seller_affiliate_statistic"),
|
UpdateSellerAffiliateStatistic: getSellyValue("update_seller_affiliate_statistic"),
|
||||||
CheckAnDInsertCashflowBySeller: getSellyValue("check_and_insert_cashflow_statistic"),
|
CheckAnDInsertCashflowBySeller: getSellyValue("check_and_insert_cashflow_statistic"),
|
||||||
SubscriberTopic: getSellyValue("subscriber_topic"),
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue