修改用户创建默认头像
This commit is contained in:
@ -21,5 +21,4 @@ type RewardWaters struct {
|
||||
CreatedAt *gtime.Time //
|
||||
UpdatedAt *gtime.Time //
|
||||
DeletedAt *gtime.Time //
|
||||
GameId interface{} // 游戏唯一 id
|
||||
}
|
||||
|
||||
@ -16,9 +16,10 @@ type UserTaskRewards struct {
|
||||
UserTaskId interface{} // 关联用户任务记录ID
|
||||
RewardId interface{} // 奖励ID
|
||||
RewardName interface{} // 奖励名称冗余字段
|
||||
Status interface{} // 状态:1=待完成,2=待领取,3=已领取,4=待兑换,5=已完成,6=已过期,7=发放失败
|
||||
Status interface{} // 状态:1=待用户完成任务,2=待领取,3=已领取, 待兑换,4=已过期,5=发放失败, 6=结束
|
||||
Remark interface{} // 备注或失败原因
|
||||
ExternalOrderId interface{} // 第三方发放平台的订单ID
|
||||
InnerOrderId interface{} // 系统内部订单ID
|
||||
CreatedAt *gtime.Time // 创建时间
|
||||
UpdatedAt *gtime.Time // 更新时间
|
||||
DeletedAt *gtime.Time // 软删除时间
|
||||
|
||||
Reference in New Issue
Block a user