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 {