diff --git a/model/social_post_response.go b/model/social_post_response.go index 94371f5..811d791 100644 --- a/model/social_post_response.go +++ b/model/social_post_response.go @@ -48,9 +48,9 @@ type SocialPostSellerInfo struct { IsMine bool `json:"isMine"` } -// ResponseDetailSocialPostAdminInfo ... -type ResponseDetailSocialPostAdminInfo struct { - SocialPosts SocialPostAdminInfo `json:"socialPosts"` +// ResponseListSocialPostAdminInfo ... +type ResponseListSocialPostAdminInfo struct { + SocialPosts []SocialPostAdminInfo `json:"socialPosts"` } type SocialPostAdminInfo struct {