Merge pull request 'fix' (#59) from feature/get-detail-social-post into feature/campaign
Reviewed-on: #59
This commit is contained in:
		
						commit
						cf9f8f2c63
					
				| 
						 | 
					@ -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 {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue