添加注释
This commit is contained in:
parent
9c6127fc0c
commit
7e91e7ff9f
@ -157,7 +157,7 @@ type GameInfoData struct {
|
|||||||
UpdatedRealname string `json:"updated_realname"`
|
UpdatedRealname string `json:"updated_realname"`
|
||||||
UpdatedUsername string `json:"updated_username"`
|
UpdatedUsername string `json:"updated_username"`
|
||||||
IsAuth int `json:"is_auth"`
|
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 {
|
func CreateGetGameInfoByIdReq(gameId, noCache int) *GetGameInfoReq {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user