调整任务查询,回调,奖励类型查询
This commit is contained in:
@ -20,4 +20,5 @@ type RewardTypes struct {
|
||||
UpdatedAt *gtime.Time // 更新时间
|
||||
DeletedAt *gtime.Time // 软删除时间
|
||||
TencentTypeId interface{} // 腾讯类型 id
|
||||
Source interface{} // 来源1:系统 2:门店
|
||||
}
|
||||
|
||||
@ -24,4 +24,5 @@ type UserTasks struct {
|
||||
StoreId interface{} // 门店 id
|
||||
TaskName interface{} // 任务名称
|
||||
GameId interface{} // 游戏 id
|
||||
TaskType interface{} // 1: 每日任务 3: 周期任务
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user