feat: 增加充值功能
This commit is contained in:
@@ -16,7 +16,7 @@ const UserSchema = new Schema({
|
||||
},
|
||||
balance: {
|
||||
type: Number,
|
||||
default: 0
|
||||
default: 0.5
|
||||
},
|
||||
accounts: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user