From 9c6127fc0cb33d5b3038373995edb3ede64f544d Mon Sep 17 00:00:00 2001 From: xuyang Date: Tue, 28 Apr 2026 15:08:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E6=B8=B8=E6=88=8F=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=96=B0=E5=A2=9E=20=E6=98=AF=E5=90=A6=E5=BC=80?= =?UTF-8?q?=E5=90=AF=E7=BB=91=E5=AE=9A=E6=89=8B=E6=9C=BA=E5=8F=B7=E5=BC=80?= =?UTF-8?q?=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/game/game.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/services/game/game.go b/services/game/game.go index 89c5788..8c57ddc 100644 --- a/services/game/game.go +++ b/services/game/game.go @@ -2,10 +2,11 @@ package game import ( "fmt" + "time" + "golib.gaore.com/GaoreGo/gaore-common-sdk-go/sdk/requests" "golib.gaore.com/GaoreGo/gaore-common-sdk-go/sdk/responses" "golib.gaore.com/GaoreGo/gaore-common-sdk-go/sdk/utils" - "time" ) const gameKey = "gaoreapi" @@ -156,6 +157,7 @@ type GameInfoData struct { UpdatedRealname string `json:"updated_realname"` UpdatedUsername string `json:"updated_username"` IsAuth int `json:"is_auth"` + BindPhoneTip int `json:"bind_phone_tip"` } func CreateGetGameInfoByIdReq(gameId, noCache int) *GetGameInfoReq {