添加缩略图同步功能

This commit is contained in:
橙子
2022-10-17 01:10:31 +08:00
parent 50d43a2fc5
commit 16d25fb60d
23 changed files with 568 additions and 136 deletions

View File

@@ -12,8 +12,8 @@ namespace Yi.Framework.OcelotGateway.WebCore
public class OcelotMiddleware
{
private readonly RequestDelegate next;
private CacheClientDB _cacheClientDB;
public OcelotMiddleware(RequestDelegate next, CacheClientDB cacheClientDB)
private CacheInvoker _cacheClientDB;
public OcelotMiddleware(RequestDelegate next, CacheInvoker cacheClientDB)
{
this.next = next;
this._cacheClientDB = cacheClientDB;