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 {