7
0

添加注释

This commit is contained in:
许 洋 2026-04-28 15:08:50 +08:00
parent 9c6127fc0c
commit 7e91e7ff9f

View File

@ -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 {