feat: 邀请码

This commit is contained in:
chaosBreaking
2019-09-05 14:07:55 +08:00
parent a61d6017e9
commit 005368f0d5
3 changed files with 16 additions and 10 deletions

View File

@@ -19,6 +19,9 @@ const UserSchema = new mongoose.Schema({
inviter: {
type: String,
},
inviteCode: {
type: String
},
asset: {
type: {}
},