This commit is contained in:
chaosBreaking
2019-10-12 11:50:57 +08:00
parent 5601223085
commit 0bb94f6bc7
7 changed files with 261 additions and 7 deletions

View File

@@ -32,6 +32,14 @@ const UserSchema = new mongoose.Schema({
avatar: {
type: String
},
verifyLevel: {
type: Number,
default: 0
},
verifyData: {
type: {},
default: {}
},
option: {
type: {}
},