调整奖励接口

This commit is contained in:
chy
2025-06-25 11:07:10 +08:00
parent 230ad9eee2
commit 5438423e3d

View File

@ -25,7 +25,7 @@ type CreateReq struct {
StoreId int64 `json:"storeId" dc:"门店ID"`
Name string `json:"name" v:"required#名称不能为空" dc:"名称"`
RewardTypeId int64 `json:"rewardTypeId" v:"required#奖励类型ID不能为空" dc:"奖励类型ID"`
GameId int64 `json:"gameId" v:"required#游戏ID不能为空" dc:"游戏ID"`
GameId int64 `json:"gameId" dc:"游戏ID"`
RewardImg string `json:"rewardImg" dc:"奖励图片"`
QQGoodsId string `json:"qqGoodsId" v:"required#不能为空" dc:"QQ网吧物品ID"`
QQGoodsIdStr string `json:"qqGoodsIdStr" v:"required#不能为空" dc:"QQ网吧物品ID字符串"`