verify
This commit is contained in:
@@ -32,6 +32,14 @@ const UserSchema = new mongoose.Schema({
|
||||
avatar: {
|
||||
type: String
|
||||
},
|
||||
verifyLevel: {
|
||||
type: Number,
|
||||
default: 0
|
||||
},
|
||||
verifyData: {
|
||||
type: {},
|
||||
default: {}
|
||||
},
|
||||
option: {
|
||||
type: {}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user