We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug 当使用@PathVariable接收参数时,在knife4j页面无法正确加载响应内容,响应内容tab会显示下载文件。参考了demo中的示例,尝试在参数列表中加入@RequestBody参数,就能正确展示响应结果。
Expected behavior 单独使用@PathVariable接收参数时也能正确展示响应结果
Screenshots
单独使用@PathVariable
加入@RequestBody
Knife4j Version (please complete the following information): springboot version: 2.7.11 knife4j-openapi3-spring-boot-starter version: 4.1.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
当使用@PathVariable接收参数时,在knife4j页面无法正确加载响应内容,响应内容tab会显示下载文件。参考了demo中的示例,尝试在参数列表中加入@RequestBody参数,就能正确展示响应结果。
Expected behavior
单独使用@PathVariable接收参数时也能正确展示响应结果
Screenshots
单独使用@PathVariable
加入@RequestBody
Knife4j Version (please complete the following information):
springboot version: 2.7.11
knife4j-openapi3-spring-boot-starter version: 4.1.0
The text was updated successfully, but these errors were encountered: