Compare commits
No commits in common. "7e91e7ff9f320e15ed77fba68802e38a5a6b3cf0" and "50304376dc26f7eb0a24da4421f3da41e4f13749" have entirely different histories.
7e91e7ff9f
...
50304376dc
@ -2,11 +2,10 @@ package game
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"time"
|
|
||||||
|
|
||||||
"golib.gaore.com/GaoreGo/gaore-common-sdk-go/sdk/requests"
|
"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/responses"
|
||||||
"golib.gaore.com/GaoreGo/gaore-common-sdk-go/sdk/utils"
|
"golib.gaore.com/GaoreGo/gaore-common-sdk-go/sdk/utils"
|
||||||
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
const gameKey = "gaoreapi"
|
const gameKey = "gaoreapi"
|
||||||
@ -157,7 +156,6 @@ 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"` // 是否开启绑定手机号 1是 2否
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func CreateGetGameInfoByIdReq(gameId, noCache int) *GetGameInfoReq {
|
func CreateGetGameInfoByIdReq(gameId, noCache int) *GetGameInfoReq {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user