登录:实名认证

This commit is contained in:
luying
2021-03-03 20:41:31 +08:00
parent 0e7fa64393
commit 525bfd36bc
13 changed files with 361 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
"dependencies": {
"@typegoose/typegoose": "^7.3.5",
"@types/mongoose": "^5.7.36",
"@types/request-promise": "^4.1.47",
"bcrypt": "^5.0.0",
"chinese-random-name": "^1.0.0",
"lodash": "^4.17.20",
@@ -14,6 +15,7 @@
"mongoose-lean-getters": "^0.1.2",
"mongoose-lean-virtuals": "^0.7.6",
"mongoose-transactions": "^1.1.4",
"request-promise": "^4.2.6",
"underscore": "^1.12.0"
},
"devDependencies": {},