feature/campaign #76

Merged
minhnguyen merged 12 commits from feature/campaign into master 2022-11-22 08:39:57 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 18f4444156 - Show all commits

View File

@ -17,7 +17,7 @@ func GetSocialPost() SocialPost {
}
// GetListSocialPostAppInfoByIDs ...
func (s Seller) GetListSocialPostAppInfoByIDs(p model.GetListSocialPostAppByIDsRequest) (*model.ResponseListSocialPostAppInfo, error) {
func (s SocialPost) GetListSocialPostAppInfoByIDs(p model.GetListSocialPostAppByIDsRequest) (*model.ResponseListSocialPostAppInfo, error) {
msg, err := natsio.GetServer().Request(subject.SocialPost.GetListSocialPostAppInfoByIDs, toBytes(p))
if err != nil {