From 7e91e7ff9f320e15ed77fba68802e38a5a6b3cf0 Mon Sep 17 00:00:00 2001 From: xuyang Date: Tue, 28 Apr 2026 15:08:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/game/game.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {