game_info 新增是否需要实名字段
This commit is contained in:
parent
96132c6cba
commit
f296d38583
@ -151,6 +151,7 @@ type GameInfoData struct {
|
|||||||
UpdatedAt string `json:"updated_at"`
|
UpdatedAt string `json:"updated_at"`
|
||||||
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"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func CreateGetGameInfoByIdReq(gameId, noCache int) *GetGameInfoReq {
|
func CreateGetGameInfoByIdReq(gameId, noCache int) *GetGameInfoReq {
|
||||||
|
Loading…
Reference in New Issue
Block a user