feat: 资金密码

This commit is contained in:
chaosBreaking
2019-09-05 16:16:50 +08:00
parent 005368f0d5
commit 689adb3c5b
3 changed files with 42 additions and 1 deletions

View File

@@ -12,6 +12,9 @@ const UserSchema = new mongoose.Schema({
type: String,
required: true
},
fundPwd: {
type: String,
},
nickname: {
type: String,
required: false