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

选中方法名点击上传,还是把本类所有的方法都上传了 #118

Open
imchenway opened this issue Oct 27, 2020 · 0 comments
Open

Comments

@imchenway
Copy link

imchenway commented Oct 27, 2020

版本号

1.8.2

什么问题

选中方法名点击上传,还是把本类所有的方法都上传了。应该只上传我选中的方法的

如何复现此问题

右键方法名后点击上传

接口定义 (如果可以的话,请上传请求对象和响应对象)

@GetMapping("/base_info")
public YapiBaseVo baseInfo(@RequestParam Long id) {
    return new YapiBaseVo();
}

idea 版本

2020.1.4

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