From e30ecac33b4b8fd4eee4ef20be6176cc34d4fd76 Mon Sep 17 00:00:00 2001 From: huangqz Date: Mon, 21 Jul 2025 17:07:12 +0800 Subject: [PATCH] =?UTF-8?q?gameInfo=E6=96=B0=E5=A2=9E=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/game/game.go | 3 +++ 1 file changed, 3 insertions(+) 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"`