namespace Apewer.Web { /// 中间件。 public interface IApiMiddleware { /// 调用中间件。 void Invoke(ApiContext context); } }