Skip to content

Commit

Permalink
收入使用int64
Browse files Browse the repository at this point in the history
  • Loading branch information
fengqi committed Apr 5, 2024
1 parent 1745c58 commit b2909da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmdb/movirs_struct.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type MovieDetail struct {
ProductionCompanies []ProductionCompany `json:"production_companies"`
ProductionCountries []ProductionCountry `json:"production_countries"`
ReleaseDate string `json:"release_date"`
Revenue int `json:"revenue"`
Revenue int64 `json:"revenue"`
Runtime int `json:"runtime"`
SpokenLanguages []SpokenLanguage `json:"spoken_languages"`
Status string `json:"status"`
Expand Down

0 comments on commit b2909da

Please sign in to comment.