修改领取奖励部分

This commit is contained in:
chy
2025-06-27 10:31:40 +08:00
parent 6a3a06574a
commit ae19e9917e
4 changed files with 50 additions and 10 deletions

View File

@ -213,6 +213,7 @@ type CallbackRes struct {
type GetLiftReq struct {
g.Meta `path:"/reward/getLift" method:"post" tags:"Reward" summary:"(PC)奖励领取"`
RewradType int `json:"rewardType" v:"required#奖励类型不能为空" dc:"奖励类型"`
RewradId int `json:"rewardId" v:"required#奖励id不能为空" dc:"奖励id"`
PopenId string `json:"popenid" v:"required#popenId不能为空" dc:"popenId不能为空"`
Source int `json:"source" v:"required#来源不能为空" dc:"来源" d:"1:系统 2:门店"`
TaskId string `json:"taskId" v:"required#任务id不能为空" dc:"任务Id"`
@ -220,6 +221,7 @@ type GetLiftReq struct {
BindType int `json:"bindType" v:"required#绑定类型不能为空" dc:"绑定类型"`
AreaId int `json:"areaId" dc:"大区Id"`
RoleIdx string `json:"roleIdx" dc:"角色索引"`
UserTaskId int `json:"userTaskId" v:"required#用户任务记录id不能为空" dc:"用户任务记录"`
}
type GetLiftRes struct {