调整任务查询,回调,奖励类型查询
This commit is contained in:
@ -187,9 +187,9 @@ type GiftItem struct {
|
||||
|
||||
type CallbackReq struct {
|
||||
g.Meta `path:"/reward/callback" method:"post" tags:"Reward" summary:"(tencent)回调"`
|
||||
Uid string `json:"uid" v:"required#用户id不能为空" dc:"用户id"`
|
||||
OrderId string `json:"order_id" v:"required#流水订单id不能为空" dc:"用户领取流水订单"`
|
||||
PrizeChannelId string `json:"prize_channel_id" v:"required#奖品渠道id不能为空" dc:"奖品渠道id"`
|
||||
Uid string `json:"Uid" dc:"用户id"`
|
||||
OrderId string `json:"order_id" dc:"用户领取流水订单"`
|
||||
PrizeChannelId string `json:"prize_channel_id" dc:"奖品渠道id"`
|
||||
PrizeId string `json:"prize_id"`
|
||||
PrizeType uint32 `json:"prize_type"`
|
||||
PrizeSubType uint32 `json:"prize_sub_type"`
|
||||
|
||||
@ -80,6 +80,7 @@ type GetTaskReq struct {
|
||||
NetBarAccount string `json:"netBarAccount" dc:"门店 id、网关账号必传一个"`
|
||||
GameId int `json:"gameId" v:"required#游戏唯一id不能为空" dc:"游戏唯一id"`
|
||||
TaskName string `json:"taskName" v:"required#任务名称不能为空" dc:"任务名称"`
|
||||
TaskType int `json:"taskType" v:"required#任务类型不能为空" dc:"任务类型1:每日 3:周期"`
|
||||
}
|
||||
|
||||
type GetTaskRes struct {
|
||||
|
||||
Reference in New Issue
Block a user