创建用户任务奖励记录表
This commit is contained in:
@ -211,14 +211,15 @@ type CallbackRes struct {
|
||||
}
|
||||
|
||||
type GetLiftReq struct {
|
||||
g.Meta `path:"/reward/getLift" method:"post" tags:"Reward" summary:"(tencent)奖励领取"`
|
||||
TaskId string `json:"taskId" v:"required#任务id不能为空" dc:"任务Id"`
|
||||
AreaId int64 `json:"areaId" dc:"大区Id"`
|
||||
GameId int64 `json:"gameId" v:"required#游戏id不能为空" dc:"游戏Id"`
|
||||
RoleIdx string `json:"roleIdx" dc:"角色索引"`
|
||||
RewradType int64 `json:"rewardType" v:"required#奖励类型不能为空" dc:"奖励类型"`
|
||||
PopenId string `json:"popenid" dc:""`
|
||||
g.Meta `path:"/reward/getLift" method:"post" tags:"Reward" summary:"(PC)奖励领取"`
|
||||
RewradType int `json:"rewardType" v:"required#奖励类型不能为空" dc:"奖励类型"`
|
||||
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"`
|
||||
GameId int `json:"gameId" v:"required#游戏id不能为空" dc:"游戏Id"`
|
||||
BindType int `json:"bindType" v:"required#绑定类型不能为空" dc:"绑定类型"`
|
||||
AreaId int `json:"areaId" dc:"大区Id"`
|
||||
RoleIdx string `json:"roleIdx" dc:"角色索引"`
|
||||
}
|
||||
|
||||
type GetLiftRes struct {
|
||||
|
||||
Reference in New Issue
Block a user