Merge remote-tracking branch 'origin/master'

# Conflicts:
#	api/task/v1/task.go
This commit is contained in:
chy
2025-06-27 15:36:29 +08:00
10 changed files with 154 additions and 68 deletions

View File

@ -287,7 +287,8 @@ type GetUserRewardsCanClaimListReq struct {
g.Meta `path:"/reward/canClaim" method:"get" tags:"PC/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 {