遇到报错问题:
Failed to parse multipart servlet request; nested exception is java.io.IOException: org.apache.tomcat.util.http.fileupload.FileUploadException: the request was rejected because no multipart boundary was found
修改Advanced中的Implementation中的值为Java,作用是将图片解析为文件流的数据

遇到报错问题:
接口返回,上传文件失败
解决办法:

接口请求传参错误,ParamaterName为上传图片请求头中name的值(该接口上传图片对应的参数名)