fix: fundList模型定义
This commit is contained in:
@@ -20,7 +20,10 @@ const FundSchema = new mongoose.Schema({
|
||||
},
|
||||
// fundList 为充值的矿晶的一系列数值,用于计算收益
|
||||
// fund = 矿晶,单位KG
|
||||
fundList: [{}],
|
||||
fundList: {
|
||||
type: [],
|
||||
default: []
|
||||
},
|
||||
// fundSum, 用户充值的总usdt数
|
||||
fundSum: {
|
||||
type: Number,
|
||||
|
||||
Reference in New Issue
Block a user