在Action 上加[ApiExplorerSettings(IgnoreApi = true)]
[HttpGet] [ApiExplorerSettings(IgnoreApi = true)] public ActionResult Index(string appKey , string username ) { //todo }
在Action 上加[ApiExplorerSettings(IgnoreApi = true)]
[HttpGet] [ApiExplorerSettings(IgnoreApi = true)] public ActionResult Index(string appKey , string username ) { //todo }