摘要:
辅助服务,redisHelper类 using StackExchange.Redis; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespac 阅读全文
摘要:
添加过滤器 using Microsoft.AspNetCore.Http.Internal; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Filters; using Microsoft.Extensions.Log 阅读全文
摘要:
设置异常信息拦截 public class GlobalExceptionFilter : IExceptionFilter { readonly ILogger _logger; public GlobalExceptionFilter(ILogger<GlobalExceptionFilter> 阅读全文