feat:完善注册功能

This commit is contained in:
陈淳
2023-03-30 11:49:39 +08:00
parent bcf7802f94
commit 6b2ef71296
8 changed files with 121 additions and 51 deletions

View File

@@ -16,7 +16,6 @@
"DbConnOptions": {
"Url": "DataSource=yi-sqlsugar-dev.db",
"DbType": "Sqlite",
"EnabledDbSeed": false,
"EnabledReadWrite": false,
"EnabledCodeFirst": false,
"EntityAssembly": null,
@@ -42,6 +41,7 @@
"SmsAliyunOptions": {
"AccessKeyId": "",
"AccessKeySecret": "",
"SignName": ""
"SignName": "",
"EnableFeature": false
}
}