diff --git a/services/game/game.go b/services/game/game.go index 8c57ddc..ba1c88d 100644 --- a/services/game/game.go +++ b/services/game/game.go @@ -157,7 +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"` + BindPhoneTip int `json:"bind_phone_tip"` // 是否开启绑定手机号 1是 2否 } func CreateGetGameInfoByIdReq(gameId, noCache int) *GetGameInfoReq {