|
@ -74,11 +74,11 @@ type VodAlbum struct { |
|
|
Categories xql.HSTOREDictionary `json:"categories,omitempty"` |
|
|
Categories xql.HSTOREDictionary `json:"categories,omitempty"` |
|
|
Tags xql.StringArray `json:"tags,omitempty"` |
|
|
Tags xql.StringArray `json:"tags,omitempty"` |
|
|
Geniuses xql.StringArray `json:"geniuses,omitempty"` |
|
|
Geniuses xql.StringArray `json:"geniuses,omitempty"` |
|
|
Crews xql.JASONDictionary `json:"crews,omitempty"` |
|
|
|
|
|
|
|
|
Crews xql.JSONDictionary `json:"crews,omitempty"` |
|
|
Videos xql.JSONDictionaryArray `json:"videos,omitempty"` |
|
|
Videos xql.JSONDictionaryArray `json:"videos,omitempty"` |
|
|
ScreenShots xql.StringArray `json:"screenShots,omitempty"` |
|
|
ScreenShots xql.StringArray `json:"screenShots,omitempty"` |
|
|
VIPInfo xql.JASONDictionary `json:"vipInfo,omitempty"` |
|
|
|
|
|
PlayControl xql.JASONDictionary `json:"playCtrl,omitempty"` |
|
|
|
|
|
|
|
|
VIPInfo xql.JSONDictionary `json:"vipInfo,omitempty"` |
|
|
|
|
|
PlayControl xql.JSONDictionary `json:"playCtrl,omitempty"` |
|
|
Description string `json:"description,omitempty"` |
|
|
Description string `json:"description,omitempty"` |
|
|
Created *time.Time `json:"created,omitempty"` |
|
|
Created *time.Time `json:"created,omitempty"` |
|
|
Updated *time.Time `json:"updated,omitempty"` |
|
|
Updated *time.Time `json:"updated,omitempty"` |
|
@ -98,8 +98,8 @@ type VodFilm struct { |
|
|
Remark string `json:"remark"` |
|
|
Remark string `json:"remark"` |
|
|
Language string `json:"language"` |
|
|
Language string `json:"language"` |
|
|
IssueDate string `json:"issueDate,omitempty"` |
|
|
IssueDate string `json:"issueDate,omitempty"` |
|
|
PlayControl xql.JASONDictionary `json:"playCtrl,omitempty"` |
|
|
|
|
|
Crews xql.JASONDictionary `json:"crews,omitempty"` |
|
|
|
|
|
|
|
|
PlayControl xql.JSONDictionary `json:"playCtrl,omitempty"` |
|
|
|
|
|
Crews xql.JSONDictionary `json:"crews,omitempty"` |
|
|
Videos xql.JSONDictionaryArray `json:"videos,omitempty"` |
|
|
Videos xql.JSONDictionaryArray `json:"videos,omitempty"` |
|
|
ScreenShots xql.StringArray `json:"screenShots,omitempty"` |
|
|
ScreenShots xql.StringArray `json:"screenShots,omitempty"` |
|
|
Description string `json:"description,omitempty"` |
|
|
Description string `json:"description,omitempty"` |
|
|