6
0

game_info 新增是否需要实名字段

This commit is contained in:
huangqz 2025-08-07 17:49:59 +08:00
parent 96132c6cba
commit f296d38583

View File

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