Compare commits
	
		
			3 Commits
		
	
	
		
			983731715b
			...
			d6f50295c7
		
	
	| Author | SHA1 | Date | 
|---|---|---|
| 
							
							
								
									
								
								 | 
						d6f50295c7 | |
| 
							
							
								 | 
						0401a57930 | |
| 
							
							
								 | 
						79ad5c401c | 
| 
						 | 
				
			
			@ -5,8 +5,10 @@ var Selly = struct {
 | 
			
		|||
	PushNotification               string
 | 
			
		||||
	UpdateSellerAffiliateStatistic string
 | 
			
		||||
	CheckAnDInsertCashflowBySeller string
 | 
			
		||||
	SubscriberTopic                string
 | 
			
		||||
}{
 | 
			
		||||
	PushNotification:               "PULL_PUSH_NOTIFICATION",
 | 
			
		||||
	UpdateSellerAffiliateStatistic: "PULL_UPDATE_SELLER_AFFILIATE_STATISTIC",
 | 
			
		||||
	CheckAnDInsertCashflowBySeller: "PULL_CHECK_AND_INSERT_CASHFLOW_BY_SELLER",
 | 
			
		||||
	SubscriberTopic:                "PULL_SUBSCRIBER_TOPIC",
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -63,3 +63,11 @@ type CashFlowOptions struct {
 | 
			
		|||
	CampaignID   string `json:"campaignId,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,8 +14,10 @@ var Selly = struct {
 | 
			
		|||
	PushNotification               string
 | 
			
		||||
	UpdateSellerAffiliateStatistic string
 | 
			
		||||
	CheckAnDInsertCashflowBySeller string
 | 
			
		||||
	SubscriberTopic                string
 | 
			
		||||
}{
 | 
			
		||||
	PushNotification:               getSellyValue("push_notifications"),
 | 
			
		||||
	UpdateSellerAffiliateStatistic: getSellyValue("update_seller_affiliate_statistic"),
 | 
			
		||||
	CheckAnDInsertCashflowBySeller: getSellyValue("check_and_insert_cashflow_statistic"),
 | 
			
		||||
	SubscriberTopic:                getSellyValue("subscriber_topic"),
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue