feature/campaign #60

Merged
minhnguyen merged 2 commits from feature/campaign into develop 2022-11-16 10:35:35 +00:00
1 changed files with 3 additions and 3 deletions

View File

@ -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 {