-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
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
The parameters in the POST request body include attributes declared with the @Null annotation. #608
Comments
|
They should have this feature; I've always used it that way before. |
Which version is it compatible with? |
2.7.0 |
Previous versions should have used the |
Your Environment(您的使用环境)
Expected Behavior(您期望的结果)
It is desired that the generated HTML documentation does not include parameters in the POST request body that are declared with the @null annotation.
希望生成的HTML文档中,POST请求体中的参数不包含被@null注解声明的属性
Current Behavior(当前结果)
Even when using the @null annotation on the request parameter's attributes, the parameters still appear in the generated HTTP interface request body.
即使用@null注解注明在请求参数的属性上,生成的Http接口请求体重仍然出现参数
Possible Solution(bug解决建议)
Steps to Reproduce (Bug产生步骤,请尽量提供用例代码)
Context(Bug影响描述)
When generating documentation for online access using the following commands
利用如下命令生成文档在线访问时
Generate the following interface documentation:
The attributes circled in the red box were not ignored.
The text was updated successfully, but these errors were encountered: