mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-21 02:57:54 +08:00
优化sso
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
using System;
|
||||
using System.Linq;
|
||||
using Helper.Cache;
|
||||
|
||||
namespace OpenAuth.App.SSO
|
||||
{
|
||||
public class AppInfoService : ServiceContext
|
||||
public class AppInfoService : CacheProvider
|
||||
{
|
||||
public AppInfo Get(string appKey)
|
||||
{
|
||||
|
Reference in New Issue
Block a user