feature/campaign-completed #85

Merged
minhnguyen merged 2 commits from feature/campaign-completed into develop 2022-11-24 07:16:34 +00:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit 6d6fe6acd2 - Show all commits

View File

@ -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))