add GetCampaign #83
|
@ -11,6 +11,11 @@ import (
|
|||
// Campaign ...
|
||||
type Campaign struct{}
|
||||
|
||||
// GetCampaign ...
|
||||
func GetCampaign() Campaign {
|
||||
return Campaign{}
|
||||
}
|
||||
|
||||
// GetCampaignTransaction ...
|
||||
func (c Campaign) GetCampaignTransaction(p model.GetCampaignTransactionsRequest) (*model.ResponseCampaignTransactionAll, error) {
|
||||
msg, err := natsio.GetServer().Request(subject.Campaign.GetListCampaignTransactionAdminInfoByIDs, toBytes(p))
|
||||
|
|
Loading…
Reference in New Issue