修改奖励类型,游戏列表接口,

This commit is contained in:
chy
2025-06-11 16:01:46 +08:00
parent 82d8944e7a
commit 118775953b
6 changed files with 27 additions and 8 deletions

View File

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