新增获取用户完成任务列表,修改领取任务

This commit is contained in:
chy
2025-06-19 15:34:20 +08:00
parent 9d41358f83
commit 64f63e6b28
14 changed files with 73 additions and 48 deletions

View File

@ -22,4 +22,6 @@ type UserTasks struct {
CompletedAt *gtime.Time // 任务完成时间
DeletedAt *gtime.Time // 软删除时间戳
StoreId interface{} // 门店 id
TaskName interface{} // 任务名称
GameId interface{} // 游戏 id
}