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

swagger-ui中delete功能的测试不好用 #31

Closed
zyyettie opened this issue Jun 4, 2019 · 1 comment
Closed

swagger-ui中delete功能的测试不好用 #31

zyyettie opened this issue Jun 4, 2019 · 1 comment

Comments

@zyyettie
Copy link

zyyettie commented Jun 4, 2019

当前我们在Controller class中的定义是这样:
@RequestMapping(method = RequestMethod.DELETE)
public Object remove(Long id){
在swagger-ui中,测试该api时候,如果 我们在value中输入:
{id:1}
然后点击"Try it out"按钮。
这时候在Controller class中得到的id是null

@zyyettie
Copy link
Author

zyyettie commented Jun 4, 2019

这个issue应该提在web-flash那个项目的,这个关了

@zyyettie zyyettie closed this as completed Jun 4, 2019
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