Skip to content
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

response为String时无显示,datatype的string首字母必须大写,否则不能正常显示 #58

Open
ax-prayer opened this issue Apr 2, 2021 · 0 comments

Comments

@ax-prayer
Copy link

@ApiResponses({
@ApiResponse(code = 200,message = "OK",response = String.class)
})
2.string首字母小写时,显示为body;String时,显示body:String。
@ApiImplicitParams({
@ApiImplicitParam(name="xh",value = "箱号",required = true,paramType ="body",dataType = "String")
})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant