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

引入验证框架后,上传接口参数不能正常上传 #122

Open
lixiuwen opened this issue Dec 23, 2020 · 0 comments
Open

引入验证框架后,上传接口参数不能正常上传 #122

lixiuwen opened this issue Dec 23, 2020 · 0 comments

Comments

@lixiuwen
Copy link

版本号

~
1.8.2

什么问题

~
引入验证框架后,上传接口参数不能正常上传

如何复现此问题

~

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

/**
* 邮件发送
* @param sendMailReq
* @param bindingResult
* @return
*/
@PostMapping("sendEmail")
public BaseRes sendEmail(@Valid @requestbody SendMailReq sendMailReq, BindingResult bindingResult) {

idea 版本

2020.1

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