用户任务记录新增字段记录领取任务账号 id
This commit is contained in:
@ -26,4 +26,5 @@ type UserTasks struct {
|
||||
GameId interface{} // 游戏 id
|
||||
TaskType interface{} // 1: 每日任务 3: 周期任务
|
||||
UserTimes interface{} // 用户完成次数
|
||||
BindType interface{} // 当前账号类型
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user