Merge pull request 'feature/campaign' (#60) from feature/campaign into develop

Reviewed-on: #60
This commit is contained in:
Minh Nguyen 2022-11-16 10:35:35 +00:00
commit b3722384f8
1 changed files with 3 additions and 3 deletions

View File

@ -48,9 +48,9 @@ type SocialPostSellerInfo struct {
IsMine bool `json:"isMine"` IsMine bool `json:"isMine"`
} }
// ResponseDetailSocialPostAdminInfo ... // ResponseListSocialPostAdminInfo ...
type ResponseDetailSocialPostAdminInfo struct { type ResponseListSocialPostAdminInfo struct {
SocialPosts SocialPostAdminInfo `json:"socialPosts"` SocialPosts []SocialPostAdminInfo `json:"socialPosts"`
} }
type SocialPostAdminInfo struct { type SocialPostAdminInfo struct {