job,挖矿收益计算

This commit is contained in:
chaosBreaking
2019-09-29 12:59:34 +08:00
parent d15ef1bf7e
commit fc383be299
3 changed files with 91 additions and 76 deletions

View File

@@ -49,7 +49,8 @@ const FundSchema = new mongoose.Schema({
default: 0
},
lastMine: {
type: String
type: String,
default: new Date().toISOString()
},
lastDeposit: {
type: String