feat: 支持币种

This commit is contained in:
chaosBreaking
2019-09-07 17:17:07 +08:00
parent 1326023832
commit 73d354f138
3 changed files with 42 additions and 17 deletions

View File

@@ -42,6 +42,13 @@ const FundSchema = new mongoose.Schema({
lastDeposit: {
type: String
},
lastWithdraw: {
type: {},
default: {
usdt: '',
vic: ''
}
},
option: {
type: {}
},