Actions require an explicit HttpMethod binding for Swagger/OpenAPI 3.0
2021-03-12 05:28
阅读:420
标签:open explicit pos body 一个 ali select action selector 因为定义不标准,对Swagger来说,不标准就报错,这没问题。 异常解决。 Actions require an explicit HttpMethod binding for Swagger/OpenAPI 3.0 标签:open explicit pos body 一个 ali select action selector 原文地址:https://www.cnblogs.com/simadi/p/12601796.html
验证:写一个标准的method。
[HttpPost,Route("test")]
pulic void Test([FromBody] InputDto dto)
{ }
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:Actions require an explicit HttpMethod binding for Swagger/OpenAPI 3.0
文章链接:http://soscw.com/index.php/essay/63537.html
文章标题:Actions require an explicit HttpMethod binding for Swagger/OpenAPI 3.0
文章链接:http://soscw.com/index.php/essay/63537.html
评论
亲,登录后才可以留言!