From f296d385831432614b6738d83751971ca3513737 Mon Sep 17 00:00:00 2001 From: huangqz Date: Thu, 7 Aug 2025 17:49:59 +0800 Subject: [PATCH] =?UTF-8?q?game=5Finfo=20=E6=96=B0=E5=A2=9E=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E9=9C=80=E8=A6=81=E5=AE=9E=E5=90=8D=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 | 1 + 1 file changed, 1 insertion(+) diff --git a/services/game/game.go b/services/game/game.go index e267888..bc0f694 100644 --- a/services/game/game.go +++ b/services/game/game.go @@ -151,6 +151,7 @@ type GameInfoData struct { UpdatedAt string `json:"updated_at"` UpdatedRealname string `json:"updated_realname"` UpdatedUsername string `json:"updated_username"` + IsAuth int `json:"is_auth"` } func CreateGetGameInfoByIdReq(gameId, noCache int) *GetGameInfoReq {