实现用户领取任务接口、用户任务记录接口
This commit is contained in:
@ -14,7 +14,7 @@ type RewardWaters struct {
|
||||
g.Meta `orm:"table:reward_waters, do:true"`
|
||||
Id interface{} //
|
||||
OrderId interface{} // 订单号
|
||||
Uid interface{} // 用户账号
|
||||
Recvuid interface{} // 用户账号
|
||||
TaskId interface{} // 任务 id
|
||||
Water interface{} // 兑换流水
|
||||
Status interface{} // 兑换状态 1:奖励发放成功 2:奖励兑换失败(礼包发放背包环节成功,需重新引导领奖) 3:针对只需要发背包,然后引导用户到人生应用背包领奖的奖励类型,发奖成功了 4:water错误(一般是 orderid),不做兑换操作
|
||||
|
||||
Reference in New Issue
Block a user