1.aotufac拦截器
/// <summary>
/// 记录日志
/// </summary>
public class CustomAutofacCacheAop : IInterceptor
{
private readonly ILogger<CustomAutofacCacheAop> _logger;
private readonly RedisHashService _RedisHashService;
private readonly RedisStringService _RedisStringService;
public CustomAutofacCacheAop