增加redis;

待处理流程中可以查看驳回的流程
This commit is contained in:
yubaolee
2021-03-09 23:35:14 +08:00
parent 679dc613c1
commit 80c38c26d7
8 changed files with 148 additions and 3 deletions

View File

@@ -35,6 +35,11 @@
//identity授权的地址
public string IdentityServerUrl { get; set; }
/// <summary>
/// Redis服务器配置
/// </summary>
public string RedisConf { get; set; }
//是否是Identity授权方式
public bool IsIdentityAuth => !string.IsNullOrEmpty(IdentityServerUrl);