修改奖励类型,游戏列表接口,
This commit is contained in:
@ -31,7 +31,7 @@ type UpdateReq struct {
|
||||
GameName string `json:"gameName" v:"required#游戏名称不能为空" dc:"游戏名称"`
|
||||
GameCode string `json:"gameCode" v:"required#游戏代号不能为空" dc:"游戏代号"`
|
||||
Avatar string `json:"avatar" dc:"游戏图标"`
|
||||
Id int64 `json:"id" v:"required#游戏ID不能为空" dc:"ID"`
|
||||
Id int64 `json:"id" v:"required#ID不能为空" dc:"ID"`
|
||||
}
|
||||
|
||||
type UpdateRes struct {
|
||||
|
||||
Reference in New Issue
Block a user