diff --git a/tiktok/model_content.go b/tiktok/model_content.go index 09f8cb5..25bdeb1 100644 --- a/tiktok/model_content.go +++ b/tiktok/model_content.go @@ -45,8 +45,8 @@ type DataPublishVideo struct { } type PublishStatusFetchResponse struct { - Data DataQueryCreatorInfo `json:"data"` - Error ErrorObject `json:"error"` + Data PublishStatusFetch `json:"data"` + Error ErrorObject `json:"error"` } type PublishStatusFetch struct {