feature/campaign #60
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue