fix: 增加修改手机的验证码发送

This commit is contained in:
chaosBreaking
2019-09-08 00:28:41 +08:00
parent b5745e3f7f
commit 44b30decdf
3 changed files with 6 additions and 2 deletions

View File

@@ -14,6 +14,9 @@ const TicketSchema = new mongoose.Schema({
amount: {
type: Number
},
targetAddress: {
type: String
},
status: {
type: String
},