(补)验证码

This commit is contained in:
2021-06-08 13:37:20 +08:00
parent 55fbd017af
commit e002b143aa
2 changed files with 7 additions and 0 deletions

View File

@@ -27,6 +27,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="aliyun-net-sdk-core" Version="1.5.10" />
<PackageReference Include="CSRedisCore" Version="3.6.6" />
<PackageReference Include="Furion" Version="2.7.1" />
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="2.7.1" />

View File

@@ -37,6 +37,12 @@
"Subject": "宽易邮箱发送测试",
"Host": "smtp.qq.com" //邮箱服务器地址
},
"SmsHelper": {
"Aliyun_AccessKey": "LTAI4GHRRNkDXKxpk19A3P1A",
"Aliyun_AccessSecret": "cFyvfufSSa2b6BiQj9NZ1edYkJStNM",
"Aliyun_Smscode_SignName": "ABC商城",
"Aliyun_Smscode_TemplateCode": "SMS_204970706"
},
"Cache": {
"CacheType": "MemoryCache", // RedisCache
"RedisConnectionString": "127.0.0.1:6379,password=,defaultDatabase=2"