mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-10 11:24:45 +08:00
转移.net core 3.1,为.NET 5做准备
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
using System;
|
||||
using System.Linq;
|
||||
using Infrastructure.Cache;
|
||||
|
||||
namespace OpenAuth.App.SSO
|
||||
{
|
||||
public class AppInfoService : CacheProvider
|
||||
public class AppInfoService
|
||||
{
|
||||
public AppInfo Get(string appKey)
|
||||
{
|
||||
@@ -21,7 +20,7 @@ namespace OpenAuth.App.SSO
|
||||
IsEnable = true,
|
||||
Remark = "基于DDDLite的权限管理系统",
|
||||
ReturnUrl = "http://localhost:56813",
|
||||
Title = "OpenAuth.Net",
|
||||
Title = "OpenAuth.Core",
|
||||
CreateTime = DateTime.Now,
|
||||
},
|
||||
new AppInfo
|
||||
@@ -31,7 +30,7 @@ namespace OpenAuth.App.SSO
|
||||
IsEnable = true,
|
||||
Remark = "这只是个模拟的测试站点",
|
||||
ReturnUrl = "http://localhost:53050",
|
||||
Title = "OpenAuth.Net测试站点",
|
||||
Title = "OpenAuth.Core测试站点",
|
||||
CreateTime = DateTime.Now,
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user