修改用户创建默认头像

This commit is contained in:
chy
2025-06-26 10:19:26 +08:00
parent 9fee10d077
commit 085102b99d
29 changed files with 322 additions and 193 deletions

View File

@ -21,5 +21,4 @@ type RewardWaters struct {
CreatedAt *gtime.Time //
UpdatedAt *gtime.Time //
DeletedAt *gtime.Time //
GameId interface{} // 游戏唯一 id
}

View File

@ -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 // 软删除时间