diff --git a/client/social_post.go b/client/social_post.go index f8bcc3b..bae985d 100644 --- a/client/social_post.go +++ b/client/social_post.go @@ -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 {