fix: 更改fund的有效期为50天
This commit is contained in:
@@ -31,7 +31,9 @@ const FundSchema = new mongoose.Schema({
|
||||
type: Number,
|
||||
default: 0
|
||||
},
|
||||
// asset表示用户的财产,包括VIC/团队奖励的USDT
|
||||
// asset表示用户的收益,包括VIC和团队奖励的USDT
|
||||
// vic是挖矿得到的奖励
|
||||
// usdt是社群奖励,后面加上了糖果,也代表糖果数量
|
||||
asset: {
|
||||
type: {},
|
||||
default: {
|
||||
|
||||
Reference in New Issue
Block a user