using Microsoft.AspNetCore.Http; namespace Znyc.Recruitment.Admin.WeChat.CommonService.Utilities { public static class Server { public static HttpContext HttpContext { get { HttpContext context = new DefaultHttpContext(); return context; } } } }