修改model GameGift
This commit is contained in:
parent
b826ffb3ce
commit
ce14b0da11
@ -36,7 +36,7 @@ const GiftListSchema = new mongoose.Schema(
|
||||
usedList: {type: Object, default: {}}, // 随机的已使用数量,对应list
|
||||
type: {type: Number, default: 0}, // 时间类型: 永久/时段
|
||||
time: {type: String}, // 填写的发放配置
|
||||
cfg: [], // 生成的配置
|
||||
cfg: {type: Array, default: []}, // 生成的配置
|
||||
deleted: {type: Boolean, default: false},
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user