修改奖励类型,游戏列表接口,
This commit is contained in:
@ -5,6 +5,7 @@ type Game struct {
|
||||
GameName string `json:"gameName" orm:"game_name"` // 游戏名称
|
||||
GameCode string `json:"gameCode" orm:"game_code"` // 游戏代号
|
||||
Avatar string `json:"avatar" orm:"avatar"` // 图标
|
||||
Id int64 `json:"id" orm:"id"`
|
||||
}
|
||||
|
||||
// GameListIn 游戏列表入参
|
||||
|
||||
Reference in New Issue
Block a user