using System; using System.Collections.Generic; using System.Text; namespace Apewer.Web { /// 定义如何输出 API 结果。 public interface IHttpActionResult : IActionResult { } }