UploadToYapi throw a question: build response/request data error
版本号
~ 1.9.2
什么问题
~ UploadToYapi throw a question: build response/request data error
如何复现此问题
~ this is my controller: public ResponseResult<String> updateComment(CommentRequestVO requestVO, MultipartFile[] pictureFiles, MultipartFile[] videoFile)
I think the type of MultipartFile[] is erro.but change to MultipartFile is ok!why?
什么浏览器
~ chrome
什么系统(Linux, Windows, macOS)
~ windows
me too
me too
版本号: yapiupload 1.8.2 jdk 1.8 idea 2021.1.3 浏览器 chrome 系统 macOS 一直报错 :build response/request data error
+1
参数列表参数没配置@RequestBody、@PathVariable等注解,上传接口会报这个错。
版本号: yapiupload 1.8.2 jdk 1.8 idea 2021.1.3 浏览器 chrome 设置了@requestbody、@PathVariable上传接口也会报这个错。
这个问题现在解决了吗
+1