获取游戏信息新增 是否开启绑定手机号开关
This commit is contained in:
parent
50304376dc
commit
9c6127fc0c
@ -2,10 +2,11 @@ package game
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
"golib.gaore.com/GaoreGo/gaore-common-sdk-go/sdk/requests"
|
||||
"golib.gaore.com/GaoreGo/gaore-common-sdk-go/sdk/responses"
|
||||
"golib.gaore.com/GaoreGo/gaore-common-sdk-go/sdk/utils"
|
||||
"time"
|
||||
)
|
||||
|
||||
const gameKey = "gaoreapi"
|
||||
@ -156,6 +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"`
|
||||
}
|
||||
|
||||
func CreateGetGameInfoByIdReq(gameId, noCache int) *GetGameInfoReq {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user