调整用户可领奖励列表和 用户任务记录列表接口
This commit is contained in:
@ -287,7 +287,8 @@ type GetUserRewardsCanClaimListReq struct {
|
||||
g.Meta `path:"/reward/canClaim" method:"get" tags:"Reward" summary:"(PC)获取用户可领取的奖励列表"`
|
||||
StoreId int64 `json:"storeId" dc:"门店id"`
|
||||
NetbarAccount string `json:"netbarAccount" dc:"网吧账号"`
|
||||
TaskId string `json:"taskId" dc:"任务id" v:"required#任务id不能为空"`
|
||||
TaskId string `json:"taskId" dc:"任务id,任务列表使用"`
|
||||
UserTaskId int64 `json:"userTaskId" dc:"用户任务记录id, 任务记录列表使用"`
|
||||
}
|
||||
|
||||
type GetUserRewardsCanClaimListRes struct {
|
||||
|
||||
Reference in New Issue
Block a user