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 3 additions and 3 deletions
Showing only changes of commit 26f8b64258 - Show all commits

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 {