diff --git a/services/game/game.go b/services/game/game.go index efa199f..590f39d 100644 --- a/services/game/game.go +++ b/services/game/game.go @@ -103,6 +103,9 @@ type GameInfoData struct { FlashPassKey string `json:"flash_pass_key"` GameByname string `json:"game_byname"` GameIconImg string `json:"game_icon_img"` + GameImage string `json:"game_image"` + GameHomeImage string `json:"game_home_image"` + GameHomeShortImage string `json:"game_home_short_image"` GameSign string `json:"game_sign"` GameTsUrl string `json:"game_ts_url"` GameVersion string `json:"game_version"`