修改用户创建默认头像

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

@ -19,5 +19,4 @@ type RewardWaters struct {
CreatedAt *gtime.Time `json:"createdAt" orm:"created_at" description:""` //
UpdatedAt *gtime.Time `json:"updatedAt" orm:"updated_at" description:""` //
DeletedAt *gtime.Time `json:"deletedAt" orm:"deleted_at" description:""` //
GameId int64 `json:"gameId" orm:"game_id" description:"游戏唯一 id"` // 游戏唯一 id
}