修改用户反馈信息,新增系统奖励
This commit is contained in:
@ -75,7 +75,7 @@ type ListStoreRewardRes struct {
|
||||
|
||||
// UpdateSystemRewardReq 更新系统奖励请求
|
||||
type UpdateSystemRewardReq struct {
|
||||
g.Meta `path:"/reward/system/{id}" method:"put" tags:"Reward" summary:"更新系统奖励"`
|
||||
g.Meta `path:"/reward/system" method:"put" tags:"Reward" summary:"更新系统奖励"`
|
||||
Id uint64 `v:"required|min:1#奖励ID不能为空|奖励ID无效" json:"id" dc:"奖励ID"`
|
||||
RewardTypeId int64 `v:"required|min:1#奖励类型ID不能为空|奖励类型ID无效" json:"rewardTypeId" dc:"奖励类型ID"`
|
||||
Name string `v:"required|length:1,100#奖励名称不能为空|奖励名称长度为1-100" json:"name" dc:"奖励名称"`
|
||||
|
||||
Reference in New Issue
Block a user