优化sso

This commit is contained in:
yubaolee
2016-11-17 19:48:12 +08:00
parent b3b0174430
commit 1a1ec43c57
14 changed files with 141 additions and 217 deletions

View File

@@ -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)
{