feat: 支持币种
This commit is contained in:
@@ -42,6 +42,13 @@ const FundSchema = new mongoose.Schema({
|
||||
lastDeposit: {
|
||||
type: String
|
||||
},
|
||||
lastWithdraw: {
|
||||
type: {},
|
||||
default: {
|
||||
usdt: '',
|
||||
vic: ''
|
||||
}
|
||||
},
|
||||
option: {
|
||||
type: {}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user