修改奖励物品详情查询

This commit is contained in:
chy
2025-06-23 16:54:08 +08:00
parent 3845da7511
commit 0019e65ebf
6 changed files with 32 additions and 11 deletions

View File

@ -230,12 +230,14 @@ type GetGoodsRes struct {
}
type GetGoodsDetailsReq struct {
g.Meta `path:"/reward/goodsDetails" method:"post" tags:"Reward" summary:"物品详情"`
g.Meta `path:"/reward/goodsDetails" method:"post" tags:"Reward" summary:"(PC)物品详情"`
Winningtime int64 `json:"winningtime" dc:"用户领取礼包时间"`
Orderid string `json:"orderid" v:"required#流水订单id不能为空" dc:"用户领取流水订单id"`
IsActinfo int64 `json:"IsActinfo" dc:"是否需要活动相关信息 0默认需要 1不需要"`
IsDocument int64 `json:"isDocument" dc:"是否需要文案信息,使用限制信息、代金券图片、使用方式 0默认需要 1:不需要"`
IsDetail int64 `json:"isDetail" dc:"是否需要物品详情 0默认需要 1不需要"`
PopenId string `json:"popenId" v:"required#popenId不能为空" dc:"popenId不能为空"`
Gid int `json:"gid" v:"required#游戏id不能为空" dc:"游戏Id"`
}
type GetGoodsDetailsRes struct {
Water interface{} `json:"water" dc:"流水信息"`