新增游戏绑定方式,修改任务排行
This commit is contained in:
@ -20,4 +20,5 @@ type Games struct {
|
||||
CreatedAt *gtime.Time // 创建时间
|
||||
UpdatedAt *gtime.Time // 更新时间
|
||||
DeletedAt *gtime.Time // 删除时间
|
||||
BoundType interface{} // 1:qq绑定 2:wx绑定 3:all
|
||||
}
|
||||
|
||||
@ -23,4 +23,6 @@ type Rewards struct {
|
||||
CreatedAt *gtime.Time // 创建时间
|
||||
UpdatedAt *gtime.Time // 更新时间
|
||||
DeletedAt *gtime.Time // 软删除时间戳
|
||||
TotalNum interface{} // 奖励总数量,NULL表示不限量
|
||||
UsedNum interface{} // 已使用数量
|
||||
}
|
||||
|
||||
@ -16,8 +16,6 @@ type StoreTaskRewards struct {
|
||||
TaskId interface{} // 门店任务ID
|
||||
RewardId interface{} // 奖励ID
|
||||
StoreId interface{} // 门店ID
|
||||
Quantity interface{} // 奖励数量(如发放多少个奖励)
|
||||
Status interface{} // 状态:1=正常,0=禁用
|
||||
CreatedAt *gtime.Time // 创建时间
|
||||
UpdatedAt *gtime.Time // 更新时间
|
||||
DeletedAt *gtime.Time // 软删除时间戳
|
||||
|
||||
Reference in New Issue
Block a user